Package gb_sde_table_rules Support subprograms for the SDE_TABLE (gb_sde_table). |
Program units |
p_register_entity | Register the attribute value pairs to the message cache for delete operations. |
p_register_entity | Registers the attribute/value pairs to the message cache for create and update operations. |
p_validate | Validates all data in the record. |
p_register_entity
PROCEDURE p_register_entity(p_operation_type NUMBER, p_internal_record_id gb_common.internal_record_id_type)
Register the attribute value pairs to the message cache for delete operations.
This signature uses the ROWID only, for delete operations.
Parameters |
p_operation_type |
Type of DML operation: create,update,delete. NUMBER Required | |
p_internal_record_id |
Database ROWID VARCHAR2(18) required |
p_register_entity
PROCEDURE p_register_entity(p_operation_type NUMBER, p_table_name gobsdtb.gobsdtb_table_name%TYPE, p_owner gobsdtb.gobsdtb_owner%TYPE, p_user_id gobsdtb.gobsdtb_user_id%TYPE DEFAULT gb_common.f_sct_user, p_pk_dynsql gobsdtb.gobsdtb_pk_dynsql%TYPE, p_data_origin gobsdtb.gobsdtb_data_origin%TYPE, /* 80-2 p_create_source gobsdtb.gobsdtb_create_source%TYPE, */ p_internal_record_id gb_common.internal_record_id_type)
Registers the attribute/value pairs to the message cache for create and update operations.
This signature registers all parameters.
Parameters |
p_operation_type |
Type of DML operation: create,update,delete. NUMBER Required | |
p_table_name |
Banner Table Name. VARCHAR2(90) Required Key | |
p_owner |
Banner Table Owner. VARCHAR2(90) Required | |
p_user_id |
The unique identification of the user. VARCHAR2(90) Required | |
p_pk_dynsql |
SQL to generate the record ID from ROWID in Banner Table Name. VARCHAR2(4000) | |
p_data_origin |
Source system that created or updated the row. VARCHAR2(90) | |
p_internal_record_id |
Database ROWID VARCHAR2(18) required |
p_validate
PROCEDURE p_validate(p_table_name gobsdtb.gobsdtb_table_name%TYPE, p_owner gobsdtb.gobsdtb_owner%TYPE, p_user_id gobsdtb.gobsdtb_user_id%TYPE DEFAULT gb_common.f_sct_user, p_pk_dynsql gobsdtb.gobsdtb_pk_dynsql%TYPE DEFAULT NULL, p_data_origin gobsdtb.gobsdtb_data_origin%TYPE DEFAULT NULL)
Validates all data in the record.
Parameters |
p_table_name |
Banner Table Name. VARCHAR2(90) Required Key | |
p_owner |
Banner Table Owner. VARCHAR2(90) Required | |
p_user_id |
The unique identification of the user. VARCHAR2(90) Required | |
p_pk_dynsql |
SQL to generate the record ID from ROWID in Banner Table Name. VARCHAR2(4000) | |
p_data_origin |
Source system that created or updated the row. VARCHAR2(90) |