DBA Data[Home] [Help]

APPS.PA_BILLING_SETUP_PUB dependencies on PA_DEBUG

Line 106: pa_debug.debug('Update Revenue and Bill Info PUB : Checking the api version number.');

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.');
107: END IF;
108:
109: IF p_commit = FND_API.G_TRUE
110: THEN

Line 123: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');

119: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
120: END IF;
121:
122: if (p_debug_mode = 'Y') then
123: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');
124: end if;
125:
126: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');
127:

Line 126: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');

122: if (p_debug_mode = 'Y') then
123: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');
124: end if;
125:
126: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');
127:
128: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
129: fnd_msg_pub.initialize;
130: end if;

Line 203: pa_debug.debug('Update rev and Billing Info PUB : Checking retention invoice format id');

199: IF ( p_retention_inv_format_id IS NOT NULL AND p_retention_inv_format_id <> FND_API.G_MISS_NUM ) OR
200: ( p_retention_inv_format_name IS NOT NULL AND p_retention_inv_format_name <> FND_API.G_MISS_CHAR )
201: THEN
202: if (p_debug_mode = 'Y') then
203: pa_debug.debug('Update rev and Billing Info PUB : Checking retention invoice format id');
204: end if;
205: PA_BILLING_SETUP_UTILS.Validate_Retn_Inv_Format
206: ( p_retention_inv_format_id => p_retention_inv_format_id
207: ,p_retention_inv_format_name => p_retention_inv_format_name

Line 269: pa_debug.debug('Update reve and Bill Info PUB : checking message count');

265:
266: END IF;
267:
268: if (p_debug_mode = 'Y') then
269: pa_debug.debug('Update reve and Bill Info PUB : checking message count');
270: end if;
271: l_msg_count := FND_MSG_PUB.count_msg;
272: If l_msg_count > 0 THEN
273: x_msg_count := l_msg_count;

Line 406: pa_debug.debug('Update Revenue and Bill Info PUB : Checking the api version number.');

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.');
407: END IF;
408:
409: IF p_commit = FND_API.G_TRUE
410: THEN

Line 423: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');

419: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
420: END IF;
421:
422: if (p_debug_mode = 'Y') then
423: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');
424: end if;
425:
426: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');
427:

Line 426: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');

422: if (p_debug_mode = 'Y') then
423: pa_debug.debug('Update Revenue and Bill Info PUB : Initializing message stack.');
424: end if;
425:
426: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_revenue_and_billing');
427:
428: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
429: fnd_msg_pub.initialize;
430: end if;

Line 464: pa_debug.debug('CREATE CREDIT RECEIVERS : Validating person id');

460: ( p_person_name IS NOT NULL AND p_person_name <> FND_API.G_MISS_CHAR ) OR
461: ( p_emp_number IS NOT NULL AND p_emp_number <> FND_API.G_MISS_CHAR )
462: THEN
463: if (p_debug_mode = 'Y') then
464: pa_debug.debug('CREATE CREDIT RECEIVERS : Validating person id');
465: end if;
466: /*PA_BILLING_SETUP_UTILS.Validate_person_id_name
467: ( p_person_id => p_person_id
468: ,p_person_name => p_person_name

Line 516: pa_debug.debug('CREATE CREDIT RECEIVERS PUB : checking message count');

512: );
513: END IF;
514:
515: if (p_debug_mode = 'Y') then
516: pa_debug.debug('CREATE CREDIT RECEIVERS PUB : checking message count');
517: end if;
518: l_msg_count := FND_MSG_PUB.count_msg;
519: If l_msg_count > 0 THEN
520: x_msg_count := l_msg_count;

Line 659: pa_debug.debug('Update credit receivers PUB : Checking the api version number.');

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.');
660: END IF;
661:
662: IF p_commit = FND_API.G_TRUE
663: THEN

Line 676: pa_debug.debug('Update credit receivers PUB : Initializing message stack.');

672: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
673: END IF;
674:
675: if (p_debug_mode = 'Y') then
676: pa_debug.debug('Update credit receivers PUB : Initializing message stack.');
677: end if;
678:
679: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_credit receivers');
680:

Line 679: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_credit receivers');

675: if (p_debug_mode = 'Y') then
676: pa_debug.debug('Update credit receivers PUB : Initializing message stack.');
677: end if;
678:
679: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_credit receivers');
680:
681: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
682: fnd_msg_pub.initialize;
683: end if;

Line 717: pa_debug.debug('UPDATE CREDIT RECEIVERS : Validating person id');

713: ( p_person_name IS NOT NULL AND p_person_name <> FND_API.G_MISS_CHAR ) OR
714: ( p_emp_number IS NOT NULL AND p_emp_number <> FND_API.G_MISS_CHAR )
715: THEN
716: if (p_debug_mode = 'Y') then
717: pa_debug.debug('UPDATE CREDIT RECEIVERS : Validating person id');
718: end if;
719: /*PA_BILLING_SETUP_UTILS.Validate_person_id_name
720: ( p_person_id => p_person_id
721: ,p_person_name => p_person_name

Line 770: pa_debug.debug('UPDATE CREDIT RECEIVERS PUB : checking message count');

766: );
767: END IF;
768:
769: if (p_debug_mode = 'Y') then
770: pa_debug.debug('UPDATE CREDIT RECEIVERS PUB : checking message count');
771: end if;
772:
773: l_msg_count := FND_MSG_PUB.count_msg;
774: If l_msg_count > 0 THEN

Line 901: pa_debug.debug('Delete credit receivers PUB : Checking the api version number.');

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.');
902: END IF;
903:
904: IF p_commit = FND_API.G_TRUE
905: THEN

Line 918: pa_debug.debug('Delete credit receivers PUB : Initializing message stack.');

914: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
915: END IF;
916:
917: if (p_debug_mode = 'Y') then
918: pa_debug.debug('Delete credit receivers PUB : Initializing message stack.');
919: end if;
920:
921: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.Delete_credit receivers');
922:

Line 921: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.Delete_credit receivers');

917: if (p_debug_mode = 'Y') then
918: pa_debug.debug('Delete credit receivers PUB : Initializing message stack.');
919: end if;
920:
921: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.Delete_credit receivers');
922:
923: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
924: fnd_msg_pub.initialize;
925: end if;

Line 944: pa_debug.debug('UPDATE CREDIT RECEIVERS : Validating person id');

940: IF ( p_person_id IS NOT NULL AND p_person_id <> FND_API.G_MISS_NUM ) OR
941: ( p_person_name IS NOT NULL AND p_person_name <> FND_API.G_MISS_CHAR )
942: THEN
943: if (p_debug_mode = 'Y') then
944: pa_debug.debug('UPDATE CREDIT RECEIVERS : Validating person id');
945: end if;
946: PA_BILLING_SETUP_UTILS.Validate_person_id_name
947: ( p_person_id => p_person_id
948: ,p_person_name => p_person_name

Line 984: pa_debug.debug('DELETE CREDIT RECEIVERS PUB : checking message count');

980: );
981: END IF;
982:
983: if (p_debug_mode = 'Y') then
984: pa_debug.debug('DELETE CREDIT RECEIVERS PUB : checking message count');
985: end if;
986: l_msg_count := FND_MSG_PUB.count_msg;
987: If l_msg_count > 0 THEN
988: x_msg_count := l_msg_count;

Line 1110: pa_debug.debug('create_billing_assignments PUB : Checking the api version number.');

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.');
1111: END IF;
1112:
1113: IF p_commit = FND_API.G_TRUE
1114: THEN

Line 1127: pa_debug.debug('create_billing_assignments PUB : Initializing message stack.');

1123: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1124: END IF;
1125:
1126: if (p_debug_mode = 'Y') then
1127: pa_debug.debug('create_billing_assignments PUB : Initializing message stack.');
1128: end if;
1129:
1130: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.create_billing_assignments');
1131:

Line 1130: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.create_billing_assignments');

1126: if (p_debug_mode = 'Y') then
1127: pa_debug.debug('create_billing_assignments PUB : Initializing message stack.');
1128: end if;
1129:
1130: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.create_billing_assignments');
1131:
1132: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
1133: fnd_msg_pub.initialize;
1134: end if;

Line 1182: pa_debug.debug('CREATEE BILLING ASSIGNMENTS PUB : checking message count');

1178: );
1179: END IF;
1180:
1181: if (p_debug_mode = 'Y') then
1182: pa_debug.debug('CREATEE BILLING ASSIGNMENTS PUB : checking message count');
1183: end if;
1184: l_msg_count := FND_MSG_PUB.count_msg;
1185: If l_msg_count > 0 THEN
1186: x_msg_count := l_msg_count;

Line 1318: pa_debug.debug('update_billing_assignments PUB : Checking the api version number.');

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.');
1319: END IF;
1320:
1321: IF p_commit = FND_API.G_TRUE
1322: THEN

Line 1335: pa_debug.debug('update_billing_assignments PUB : Initializing message stack.');

1331: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1332: END IF;
1333:
1334: if (p_debug_mode = 'Y') then
1335: pa_debug.debug('update_billing_assignments PUB : Initializing message stack.');
1336: end if;
1337:
1338: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_billing_assignments');
1339:

Line 1338: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_billing_assignments');

1334: if (p_debug_mode = 'Y') then
1335: pa_debug.debug('update_billing_assignments PUB : Initializing message stack.');
1336: end if;
1337:
1338: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.update_billing_assignments');
1339:
1340: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
1341: fnd_msg_pub.initialize;
1342: end if;

Line 1391: pa_debug.debug('UPDATE BILLING ASSIGNMENTS PUB : checking message count');

1387: );
1388: END IF;
1389:
1390: if (p_debug_mode = 'Y') then
1391: pa_debug.debug('UPDATE BILLING ASSIGNMENTS PUB : checking message count');
1392: end if;
1393: l_msg_count := FND_MSG_PUB.count_msg;
1394: If l_msg_count > 0 THEN
1395: x_msg_count := l_msg_count;

Line 1513: pa_debug.debug('delete_billing_assignments PUB : Checking the api version number.');

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.');
1514: END IF;
1515:
1516: IF p_commit = FND_API.G_TRUE
1517: THEN

Line 1530: pa_debug.debug('delete_billing_assignments PUB : Initializing message stack.');

1526: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1527: END IF;
1528:
1529: if (p_debug_mode = 'Y') then
1530: pa_debug.debug('delete_billing_assignments PUB : Initializing message stack.');
1531: end if;
1532:
1533: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.delete_billing_assignments');
1534:

Line 1533: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.delete_billing_assignments');

1529: if (p_debug_mode = 'Y') then
1530: pa_debug.debug('delete_billing_assignments PUB : Initializing message stack.');
1531: end if;
1532:
1533: pa_debug.init_err_stack('PA_BILLING_SETUP_PUB.delete_billing_assignments');
1534:
1535: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
1536: fnd_msg_pub.initialize;
1537: end if;

Line 1569: pa_debug.debug('DELETE BILLING ASSIGNMENTS PUB : checking message count');

1565: );
1566: END IF;
1567:
1568: if (p_debug_mode = 'Y') then
1569: pa_debug.debug('DELETE BILLING ASSIGNMENTS PUB : checking message count');
1570: end if;
1571: l_msg_count := FND_MSG_PUB.count_msg;
1572: If l_msg_count > 0 THEN
1573: x_msg_count := l_msg_count;