index

Package sb_enroll_ver_payment_rules

This package provides the support subprograms for the Enrollment Verification Self-Service Payment Options API (sb_enroll_ver_payment).


Program units
p_register_entity   Registers 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 the 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)

Registers the attribute value pairs to the message cache for delete operations.
This signature uses the ROWID only for the 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_eprt_code          sfrenpo.sfrenpo_eprt_code%TYPE,
                            p_wpyo_code          sfrenpo.sfrenpo_wpyo_code%TYPE,
                            p_data_origin        sfrenpo.sfrenpo_data_origin%TYPE,
                            p_user_id            sfrenpo.sfrenpo_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_detc_code          sfrenpo.sfrenpo_detc_code%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 the all parameters.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_eprt_code   Type of the enrollment verification request. VARCHAR2(4) Required Key
p_wpyo_code   Payment option code associated with self-service product. VARCHAR2(4) Required Key
p_data_origin   Origin of the data. VARCHAR2(30) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required
p_detc_code   Accounts receivable detail code for the charge, if one is created. VARCHAR2(4)
p_internal_record_id   Database ROWID. VARCHAR2(18) required


p_validate

Procedure p_validate(p_eprt_code   sfrenpo.sfrenpo_eprt_code%TYPE,
                     p_wpyo_code   sfrenpo.sfrenpo_wpyo_code%TYPE,
                     p_data_origin sfrenpo.sfrenpo_data_origin%TYPE,
                     p_user_id     sfrenpo.sfrenpo_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_detc_code   sfrenpo.sfrenpo_detc_code%TYPE DEFAULT NULL)

Validates all the data in the record.

Parameters
p_eprt_code   Type of the enrollment verification request. VARCHAR2(4) Required Key
p_wpyo_code   Payment option code associated with self-service product. VARCHAR2(4) Required Key
p_data_origin   Origin of the data. VARCHAR2(30) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required
p_detc_code   Accounts receivable detail code for the charge, if one is created. VARCHAR2(4)