DBA Data[Home] [Help]

APPS.PA_BILLING_SETUP_PUB dependencies on STANDARD

Line 102: -- Standard call to check for call compatibility

98: l_retention_output_tax_code VARCHAR2(50);
99: l_start_date DATE;
100:
101: BEGIN
102: -- Standard call to check for call compatibility
103:
104: IF (p_debug_mode = 'Y')
105: THEN
106: pa_debug.debug('Update Revenue and Bill Info PUB : Checking the api version number.');

Line 402: -- Standard call to check for call compatibility

398: l_person_id NUMBER;
399:
400: BEGIN
401:
402: -- Standard call to check for call compatibility
403:
404: IF (p_debug_mode = 'Y')
405: THEN
406: pa_debug.debug('Update Revenue and Bill Info PUB : Checking the api version number.');

Line 655: -- Standard call to check for call compatibility

651: l_effective_to_date DATE;
652: l_person_id NUMBER;
653: BEGIN
654:
655: -- Standard call to check for call compatibility
656:
657: IF (p_debug_mode = 'Y')
658: THEN
659: pa_debug.debug('Update credit receivers PUB : Checking the api version number.');

Line 897: -- Standard call to check for call compatibility

893: l_task_id NUMBER;
894: l_person_id NUMBER;
895: BEGIN
896:
897: -- Standard call to check for call compatibility
898:
899: IF (p_debug_mode = 'Y')
900: THEN
901: pa_debug.debug('Delete credit receivers PUB : Checking the api version number.');

Line 1106: -- Standard call to check for call compatibility

1102: l_percent NUMBER;
1103:
1104: BEGIN
1105:
1106: -- Standard call to check for call compatibility
1107:
1108: IF (p_debug_mode = 'Y')
1109: THEN
1110: pa_debug.debug('create_billing_assignments PUB : Checking the api version number.');

Line 1314: -- Standard call to check for call compatibility

1310: l_percent NUMBER;
1311:
1312: BEGIN
1313:
1314: -- Standard call to check for call compatibility
1315:
1316: IF (p_debug_mode = 'Y')
1317: THEN
1318: pa_debug.debug('update_billing_assignments PUB : Checking the api version number.');

Line 1509: -- Standard call to check for call compatibility

1505: l_percent NUMBER;
1506:
1507: BEGIN
1508:
1509: -- Standard call to check for call compatibility
1510:
1511: IF (p_debug_mode = 'Y')
1512: THEN
1513: pa_debug.debug('delete_billing_assignments PUB : Checking the api version number.');