index

Package gb_userdefault_rules

This package provides support subprograms for the USER DEFAULT API, gb_userdefault.


Program units
p_register_entity   Registers the attribute/value pairs to the message cache.
p_register_entity   Registers the attribute/value pairs to the message cache.
p_validate   Validates all the data in the record.


p_register_entity

PROCEDURE p_register_entity(p_operation_type     NUMBER,
                            p_internal_record_id VARCHAR2)

Registers the attribute/value pairs to the message cache.
This signature uses the ROWID only, for the delete operation.

Parameters
p_operation_type   Type of DML operation: create, update, or delete. NUMBER. Required
p_internal_record_id   Database ROWID.  Required


p_register_entity

PROCEDURE p_register_entity(p_operation_type     NUMBER,
                            p_fgac_user_id       gobfpud.gobfpud_fgac_user_id%TYPE,
                            p_exempt_ind         gobfpud.gobfpud_exempt_ind%TYPE,
                            p_cross_domain_ind   gobfpud.gobfpud_cross_domain_ind%TYPE,
                            p_user_id            gobfpud.gobfpud_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_fdmn_code          gobfpud.gobfpud_fdmn_code%TYPE,
                            p_internal_record_id VARCHAR2)

Registers the attribute/value pairs to the message cache.
This signature registers the all parameters.

Parameters
p_operation_type   Type of DML operation: create, update, or delete. NUMBER. Required
p_fgac_user_id   Oracle ID for whom the default settings applies. Required Key
p_exempt_ind   Indicates (Y/N) if the user is exempt from all PII processing. Required
p_cross_domain_ind   Indicates (Y/N) if the user is able to search multiple domains on the PII Restricted Search form. Required
p_user_id   Oracle ID of the user who created or last updated a record. Optional
p_fdmn_code   Home domain code for an individual. These include PII domain types. Optional
p_internal_record_id   Database ROWID. Optional


p_validate

PROCEDURE p_validate(p_fgac_user_id     gobfpud.gobfpud_fgac_user_id%TYPE,
                     p_exempt_ind       gobfpud.gobfpud_exempt_ind%TYPE,
                     p_cross_domain_ind gobfpud.gobfpud_cross_domain_ind%TYPE,
                     p_user_id          gobfpud.gobfpud_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_fdmn_code        gobfpud.gobfpud_fdmn_code%TYPE DEFAULT NULL)

Validates all the data in the record.

Parameters
p_fgac_user_id   Oracle ID for whom the default settings applies. Required Key
p_exempt_ind   Indicates (Y/N) if the user is exempt from all PII processing. Required
p_cross_domain_ind   Indicates (Y/N) if the user is able to search multiple domains on the PII Restricted Search form. Required
p_user_id   Oracle ID of the user who created or last updated a record. Optional
p_fdmn_code   Home domain code for an individual. These include PII domain types. Optional