index

Package gb_userpiidomains_rules

This package provides the support subprograms for the USER PII DOMAINS API, gb_userpiidomains.


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


p_register_entity

PROCEDURE p_register_entity(p_operation_type     NUMBER,
                            p_internal_record_id VARCHAR2)

Register 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       gorfpii.gorfpii_fgac_user_id%TYPE,
                            p_fdmn_code_pii      gorfpii.gorfpii_fdmn_code_pii%TYPE,
                            p_user_id            gorfpii.gorfpii_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_internal_record_id VARCHAR2)

Register 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 PII Domains apply. Required Key
p_fdmn_code_pii   PII domain code for individual. This pertains to the Spriden Restricted functional FGAC domains. Required Key
p_user_id   Oracle ID of the user who created or last updated a record. Optional
p_internal_record_id   Database ROWID. Optional


p_validate

PROCEDURE p_validate(p_fgac_user_id  gorfpii.gorfpii_fgac_user_id%TYPE,
                     p_fdmn_code_pii gorfpii.gorfpii_fdmn_code_pii%TYPE,
                     p_user_id       gorfpii.gorfpii_user_id%TYPE DEFAULT gb_common.f_sct_user)

Validate all the data in the record.

Parameters
p_fgac_user_id   Oracle ID for whom the PII Domains apply. Required Key
p_fdmn_code_pii   PII domain code for individual. This pertains to the Spriden Restricted functional FGAC domains. Required Key
p_user_id   Oracle ID of the user who created or last updated a record. Optional