DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on STANDARD

Line 95: -- Standard call to check for call compatibility.

91: print_debuginfo(l_module_name, 'ENTER');
92: print_debuginfo(l_module_name,'Application_id : '|| p_trxn_attributes_rec.application_id);
93: print_debuginfo(l_module_name,'First party LE id : '|| p_trxn_attributes_rec.payer_legal_entity_id);
94:
95: -- Standard call to check for call compatibility.
96: IF NOT FND_API.Compatible_API_Call(l_api_version,
97: p_api_version,
98: l_api_name,
99: G_PKG_NAME) THEN

Line 144: -- Standard call to get message count and if count is 1, get message info.

140: END IF;
141:
142: -- End of API body.
143:
144: -- Standard call to get message count and if count is 1, get message info.
145: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
146:
147: print_debuginfo(l_module_name, 'RETURN');
148:

Line 267: -- Standard call to check for call compatibility.

263: print_debuginfo(l_module_name,'Payment Currency : '|| p_trxn_attributes_rec.payment_currency);
264: print_debuginfo(l_module_name,'Payment Amount : '|| p_trxn_attributes_rec.payment_amount);
265: print_debuginfo(l_module_name,'Account Usage : '|| p_trxn_attributes_rec.payment_function);
266:
267: -- Standard call to check for call compatibility.
268: IF NOT FND_API.Compatible_API_Call(l_api_version,
269: p_api_version,
270: l_api_name,
271: G_PKG_NAME) THEN

Line 329: -- Standard call to get message count and if count is 1, get message info.

325: END IF;
326:
327: -- End of API body.
328:
329: -- Standard call to get message count and if count is 1, get message info.
330: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
331:
332: print_debuginfo(l_module_name, 'RETURN');
333:

Line 420: -- Standard call to check for call compatibility.

416: BEGIN
417:
418: print_debuginfo(l_module_name, 'ENTER');
419:
420: -- Standard call to check for call compatibility.
421: IF NOT FND_API.Compatible_API_Call(l_api_version,
422: p_api_version,
423: l_api_name,
424: G_PKG_NAME) THEN

Line 451: -- Standard call to get message count and if count is 1, get message info.

447: END IF;
448:
449: -- End of API body.
450:
451: -- Standard call to get message count and if count is 1, get message info.
452: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
453:
454: print_debuginfo(l_module_name, 'RETURN');
455:

Line 665: -- Standard call to check for call compatibility.

661: print_debuginfo(l_module_name,'Payment Currency : '|| p_trxn_attributes_rec.payment_currency);
662: print_debuginfo(l_module_name,'Payment Amount : '|| p_trxn_attributes_rec.payment_amount);
663: print_debuginfo(l_module_name,'Account Usage : '|| p_trxn_attributes_rec.payment_function);
664:
665: -- Standard call to check for call compatibility.
666: IF NOT FND_API.Compatible_API_Call(l_api_version,
667: p_api_version,
668: l_api_name,
669: G_PKG_NAME) THEN

Line 881: -- Standard call to get message count and if count is 1, get message info.

877: x_payment_methods_tbl := l_pmtmthd_table;
878: END IF;
879:
880: -- End of API body.
881: -- Standard call to get message count and if count is 1, get message info.
882: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
883:
884: print_debuginfo(l_module_name, 'RETURN');
885:

Line 1073: -- Standard call to check for call compatibility.

1069: || p_ppp_drivers_rec.Int_Bank_Account_Id
1070: || ' combination ...'
1071: );
1072:
1073: -- Standard call to check for call compatibility.
1074: IF NOT FND_API.Compatible_API_Call(
1075: l_api_version,
1076: p_api_version,
1077: l_api_name,

Line 1117: -- Standard call to get message count and if count is 1, get message info.

1113: END IF;
1114:
1115: -- End of API body.
1116:
1117: -- Standard call to get message count and if count is 1, get message info.
1118: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1119:
1120: print_debuginfo(l_module_name, 'RETURN');
1121:

Line 1214: -- Standard call to check for call compatibility.

1210: BEGIN
1211:
1212: print_debuginfo(l_module_name, 'ENTER');
1213:
1214: -- Standard call to check for call compatibility.
1215: IF NOT FND_API.Compatible_API_Call(
1216: l_api_version,
1217: p_api_version,
1218: l_api_name,

Line 1457: -- Standard call to get message count and if count is 1, get message info.

1453: */
1454: x_payment_profiles_tbl := l_prof_intsct_tab;
1455:
1456: -- End of API body.
1457: -- Standard call to get message count and if count is 1, get message info.
1458: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1459:
1460: print_debuginfo(l_module_name, 'RETURN');
1461:

Line 1554: -- Standard call to check for call compatibility.

1550:
1551: BEGIN
1552: print_debuginfo(l_module_name,'ENTER');
1553:
1554: -- Standard call to check for call compatibility.
1555: IF NOT FND_API.Compatible_API_Call(l_api_version,
1556: p_api_version,
1557: l_api_name,
1558: G_PKG_NAME) THEN

Line 1603: -- Standard call to get message count and if count is 1, get message info.

1599: END IF;
1600:
1601: -- End of API body.
1602:
1603: -- Standard call to get message count and if count is 1, get message info.
1604: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1605:
1606: print_debuginfo(l_module_name, 'RETURN');
1607:

Line 1994: -- Standard call to check for call compatibility.

1990: print_debuginfo(l_module_name,'Payment Currency : '|| p_trxn_attributes_rec.payment_currency);
1991: print_debuginfo(l_module_name,'Payment Amount : '|| p_trxn_attributes_rec.payment_amount);
1992: print_debuginfo(l_module_name,'Payment Function : '|| p_trxn_attributes_rec.payment_function);
1993:
1994: -- Standard call to check for call compatibility.
1995: IF NOT FND_API.Compatible_API_Call (l_api_version,
1996: p_api_version,
1997: l_api_name,
1998: G_PKG_NAME)

Line 2294: -- Standard call to get message count and if count is 1, get message info.

2290: x_default_pmt_attrs_rec.Settlement_Priority := l_settlement_priority;
2291: x_default_pmt_attrs_rec.payment_reason_comments :=l_payment_reason_comments;
2292: -- End of API body.
2293:
2294: -- Standard call to get message count and if count is 1, get message info.
2295: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2296: p_data => x_msg_data);
2297:
2298: print_debuginfo(l_module_name, 'RETURN');

Line 2422: -- Standard call to check for call compatibility.

2418: print_debuginfo(l_module_name,'Payee Site Id : '|| p_trxn_attributes_rec.payee_party_site_id);
2419: print_debuginfo(l_module_name,'Payment Currency : '|| p_trxn_attributes_rec.payment_currency);
2420: print_debuginfo(l_module_name,'Payment Function : '|| p_trxn_attributes_rec.payment_function);
2421:
2422: -- Standard call to check for call compatibility.
2423: IF NOT FND_API.Compatible_API_Call (l_api_version,
2424: p_api_version,
2425: l_api_name,
2426: G_PKG_NAME)

Line 2452: -- Standard call to get message count and if count is 1, get message info.

2448:
2449: x_payee_bankaccount := l_payee_bankaccount_rec;
2450: -- End of API body.
2451:
2452: -- Standard call to get message count and if count is 1, get message info.
2453: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2454: p_data => x_msg_data);
2455:
2456: print_debuginfo(l_module_name, 'RETURN');

Line 2553: -- Standard call to check for call compatibility.

2549:
2550: print_debuginfo(l_module_name, 'ENTER');
2551: print_debuginfo(l_module_name,'Payment Method Id : '|| p_payment_method_id);
2552:
2553: -- Standard call to check for call compatibility.
2554: IF NOT FND_API.Compatible_API_Call (l_api_version,
2555: p_api_version,
2556: l_api_name,
2557: G_PKG_NAME) THEN

Line 2587: -- Standard call to get message count and if count is 1, get message info.

2583: CLOSE pmt_field_prop_csr;
2584:
2585: -- End of API body.
2586:
2587: -- Standard call to get message count and if count is 1, get message info.
2588: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2589: p_data => x_msg_data);
2590:
2591: print_debuginfo(l_module_name, 'RETURN');

Line 2666: -- Standard call to check for call compatibility.

2662: BEGIN
2663:
2664: print_debuginfo(l_module_name, 'ENTER');
2665:
2666: -- Standard call to check for call compatibility.
2667: IF NOT FND_API.Compatible_API_Call (l_api_version,
2668: p_api_version,
2669: l_api_name,
2670: G_PKG_NAME)

Line 2695: -- Standard call to get message count and if count is 1, get message info.

2691: END IF;
2692:
2693: -- End of API body.
2694:
2695: -- Standard call to get message count and if count is 1, get message info.
2696: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2697: p_data => x_msg_data);
2698:
2699: print_debuginfo(l_module_name, 'RETURN');