DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_PROCESS_CONC_REQUESTS

Line 9560: | IBY_PROCESS_CONC_REQUESTS table for audit purposes.

9556: | insert_conc_request
9557: |
9558: | PURPOSE:
9559: | Inserts a given concurrent request id into the
9560: | IBY_PROCESS_CONC_REQUESTS table for audit purposes.
9561: |
9562: | PARAMETERS:
9563: | IN
9564: | p_object_id The id of the payment entity. This can be

Line 9604: || ' into IBY_PROCESS_CONC_REQUESTS for object id '

9600: print_debuginfo(l_module_name, 'ENTER');
9601:
9602: print_debuginfo(l_module_name, 'Inserting conc request id '
9603: || p_conc_request_id
9604: || ' into IBY_PROCESS_CONC_REQUESTS for object id '
9605: || p_object_id
9606: || ' with object type '
9607: || p_object_type
9608: );

Line 9610: INSERT INTO IBY_PROCESS_CONC_REQUESTS

9606: || ' with object type '
9607: || p_object_type
9608: );
9609:
9610: INSERT INTO IBY_PROCESS_CONC_REQUESTS
9611: (
9612: OBJECT_ID, /* 1 */
9613: OBJECT_TYPE,
9614: REQUEST_ID,

Line 9647: || ' into IBY_PROCESS_CONC_REQUESTS for object id '

9643:
9644: print_debuginfo(l_module_name, 'Exception occured when '
9645: || 'inserting conc request id '
9646: || p_conc_request_id
9647: || ' into IBY_PROCESS_CONC_REQUESTS for object id '
9648: || p_object_id
9649: || ' with object type '
9650: || p_object_type
9651: || '.'

Line 9680: | IBY_PROCESS_CONC_REQUESTS table for audit purposes.

9676: | data integrity of payment entities which are in transient
9677: | statuses.
9678: |
9679: | This method also inserts the provided concurrent request into
9680: | IBY_PROCESS_CONC_REQUESTS table for audit purposes.
9681: |
9682: | PARAMETERS:
9683: | IN
9684: | p_object_id The id of the payment entity. This can be