DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on STANDARD

Line 238: -- Standard call to check for callcompatibility.

234:
235: print_log('l_description: '||l_description);
236:
237: x_return_status := FND_API.G_RET_STS_SUCCESS;
238: -- Standard call to check for callcompatibility.
239: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
240: l_api_name, l_api_name) THEN
241: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
242: END IF;

Line 252: -- Standard API parameters.

248:
249: --Call to AR API
250: l_progress := 100;
251: AR_DEPOSIT_API_PUB.CREATE_DEPOSIT(
252: -- Standard API parameters.
253: 1, -- p_api_version
254: p_init_msg_list, -- p_init_msg_list
255: p_commit, -- p_commit
256: FND_API.G_VALID_LEVEL_FULL, -- p_validation_level

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

519:
520: BEGIN
521:
522: l_progress := 100;
523: -- Standard call to check for call compatibility.
524: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
525: l_api_name, l_api_name) THEN
526: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
527: END IF;

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

677:
678: print_log('Inside unapply_emd_receipt procedure');
679:
680: l_progress := 100;
681: -- Standard call to check for call compatibility.
682: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
683: l_api_name, l_api_name) THEN
684: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
685: END IF;

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

830: l_progress := 100;
831:
832: print_log('Inside procedure refund_activity_on_emd_receipt');
833:
834: -- Standard call to check for call compatibility.
835: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
836: l_api_name, l_api_name) THEN
837: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
838: END IF;

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

1062: x_msg_count NUMBER;
1063:
1064: BEGIN
1065: print_log('Inside create_cm_on_emd_deposit procedure');
1066: -- Standard call to check for call compatibility.
1067: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1068: l_api_name, l_api_name) THEN
1069: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1070: END IF;

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

1266: x_msg_count NUMBER;
1267: BEGIN
1268:
1269: l_progress := 100;
1270: -- Standard call to check for call compatibility.
1271: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1272: l_api_name, l_api_name) THEN
1273: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1274: END IF;

Line 1305: l_customer_profile_rec.standard_terms := p_in_rec.terms_id;

1301: l_cust_account_rec.application_id := 222;
1302: l_cust_account_rec.created_by_module := 'HZ_CPUI';
1303:
1304: l_customer_profile_rec.PARTY_ID := p_in_rec.party_id;
1305: l_customer_profile_rec.standard_terms := p_in_rec.terms_id;
1306:
1307: --Call to HZ customer account creation API
1308: HZ_CUST_ACCOUNT_V2PUB.create_cust_account(
1309: FND_API.G_FALSE,

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

1391: x_msg_count NUMBER;
1392: BEGIN
1393:
1394: l_progress := 100;
1395: -- Standard call to check for call compatibility.
1396: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1397: l_api_name, l_api_name) THEN
1398: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1399: END IF;

Line 1444: l_customer_profile_rec.standard_terms := p_in_rec.terms_id;

1440: l_cust_site_use_rec.location :=p_in_rec.location;
1441:
1442: l_customer_profile_rec.party_id := p_in_rec.party_id;
1443: l_customer_profile_rec.cust_account_id := p_in_rec.cust_account_id;
1444: l_customer_profile_rec.standard_terms := p_in_rec.terms_id;
1445:
1446: --Call to HZ customer account site use creation API
1447: hz_cust_account_site_v2pub.create_cust_site_use (
1448: FND_API.G_FALSE,

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

1552: TRANSACTION_EXCEPTION EXCEPTION;
1553: SETUP_EXCEPTION EXCEPTION;
1554:
1555: BEGIN
1556: -- Standard call to check for call compatibility.
1557: print_log('Before checking API compatibility');
1558:
1559: x_process_complete := 'FALSE';
1560: