DBA Data[Home] [Help]

APPS.AMS_RUNTIME_CAMP_PVT dependencies on STANDARD

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

134:
135:
136: BEGIN
137:
138: -- Standard call to check for call compatibility.
139: IF NOT FND_API.Compatible_API_Call( l_api_version,
140: p_api_version_number,
141: l_api_name,
142: G_PKG_NAME )

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

342: l_sched_lst1 JTF_Number_Table;
343: l_sched_lst2 JTF_Number_Table;
344:
345: BEGIN
346: -- Standard call to check for call compatibility.
347: IF NOT FND_API.Compatible_API_Call( l_api_version,
348: p_api_version_number,
349: l_api_name,
350: G_PKG_NAME )

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

538: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getFilteredSchedulesFromList ends');
539:
540: END IF;
541:
542: -- Standard call to get message count and if count is 1, get message info.
543: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
544: p_count => x_msg_count ,
545: p_data => x_msg_data );
546:

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

716: l_found BOOLEAN := FALSE;
717:
718:
719: BEGIN
720: -- Standard call to check for call compatibility.
721: IF NOT FND_API.Compatible_API_Call( l_api_version,
722: p_api_version_number,
723: l_api_name,
724: G_PKG_NAME )

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

802:
803: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForQuoteAndCust ends');
804: END IF;
805:
806: -- Standard call to get message count and if count is 1, get message info.
807: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
808: p_count => x_msg_count ,
809: p_data => x_msg_data );
810: return;

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

923: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForQuoteAndCust ends');
924:
925: END IF;
926:
927: -- Standard call to get message count and if count is 1, get message info.
928: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
929: p_count => x_msg_count ,
930: p_data => x_msg_data );
931:

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

1102: l_found BOOLEAN := FALSE;
1103: order_items_in_clause1 VARCHAR2(38);
1104:
1105: BEGIN
1106: -- Standard call to check for call compatibility.
1107: IF NOT FND_API.Compatible_API_Call( l_api_version,
1108: p_api_version_number,
1109: l_api_name,
1110: G_PKG_NAME )

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

1185:
1186: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForProdAndCust ends');
1187: END IF;
1188:
1189: -- Standard call to get message count and if count is 1, get message info.
1190: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1191: p_count => x_msg_count ,
1192: p_data => x_msg_data );
1193: return;

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

1364: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForProdAndCust ends');
1365:
1366: END IF;
1367:
1368: -- Standard call to get message count and if count is 1, get message info.
1369: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1370: p_count => x_msg_count,
1371: p_data => x_msg_data);
1372:

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

1473: l_validate_qp_list_header_id NUMBER;
1474: l_qp_rec_type_tbl AMS_RUNTIME_CAMP_PVT.qp_rec_type_tbl;
1475:
1476: BEGIN
1477: -- Standard call to check for call compatibility.
1478: IF NOT FND_API.Compatible_API_Call( l_api_version,
1479: p_api_version_number,
1480: l_api_name,
1481: G_PKG_NAME )

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

1585: x_offers_tbl => x_offers_tbl
1586: );
1587:
1588:
1589: -- Standard call to check for call compatibility.
1590:
1591: IF NOT FND_API.Compatible_API_Call( l_api_version,
1592: p_api_version_number,
1593: l_api_name,

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

1622: --AMS_UTILITY_PVT.debug_message('AMS_OFFR_ELIG_PROD_DENORM_PVT.find_party_elig ends');
1623: AMS_UTILITY_PVT.debug_message('OZF_OFFR_ELIG_PROD_DENORM_PVT.find_party_elig ends');
1624: END IF;
1625:
1626: -- Standard call to get message count and if count is 1, get message info.
1627: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1628: p_count => x_msg_count ,
1629: p_data => x_msg_data );
1630:

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

1818: IF (AMS_DEBUG_HIGH_ON) THEN
1819: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getFilteredOffersFromList ends');
1820: END IF;
1821:
1822: -- Standard call to get message count and if count is 1, get message info.
1823:
1824: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1825: p_count => x_msg_count,
1826: p_data => x_msg_data);

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

1940: l_counter NUMBER := 0;
1941: l_qp_rec_type AMS_RUNTIME_CAMP_PVT.qp_rec_type;
1942:
1943: BEGIN
1944: -- Standard call to check for call compatibility.
1945: IF NOT FND_API.Compatible_API_Call( l_api_version,
1946: p_api_version_number,
1947: l_api_name,
1948: G_PKG_NAME )

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

2019: IF (AMS_DEBUG_HIGH_ON) THEN
2020: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForQuoteAndCust ends');
2021: END IF;
2022:
2023: -- Standard call to get message count and if count is 1, get message info.
2024: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2025: p_count => x_msg_count,
2026: p_data => x_msg_data);
2027: return;

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

2078: IF (AMS_DEBUG_HIGH_ON) THEN
2079: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelOffersForQuotAndCust ends');
2080: END IF;
2081:
2082: -- Standard call to get message count and if count is 1, get message info.
2083: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2084: p_count => x_msg_count,
2085: p_data => x_msg_data);
2086: RETURN;

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

2238: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelOffersForQuoteAndCust ends');
2239:
2240: END IF;
2241:
2242: -- Standard call to get message count and if count is 1, get message info.
2243: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2244: p_count => x_msg_count,
2245: p_data => x_msg_data);
2246:

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

2343:
2344:
2345: BEGIN
2346:
2347: -- Standard call to check for call compatibility.
2348: IF NOT FND_API.Compatible_API_Call( l_api_version,
2349: p_api_version_number,
2350: l_api_name,
2351: G_PKG_NAME )

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

2436:
2437: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelSchedulesForProdAndCust ends');
2438: END IF;
2439:
2440: -- Standard call to get message count and if count is 1, get message info.
2441: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2442: p_count => x_msg_count,
2443: p_data => x_msg_data);
2444: RETURN;

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

2527: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelOffersForProdAndCust ends');
2528:
2529: END IF;
2530:
2531: -- Standard call to get message count and if count is 1, get message info.
2532: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2533: p_count => x_msg_count,
2534: p_data => x_msg_data);
2535: return;

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

2766: AMS_UTILITY_PVT.debug_message('AMS_RUNTIME_CAMP_PVT.getRelOffersForProdAndCust ends');
2767:
2768: END IF;
2769:
2770: -- Standard call to get message count and if count is 1, get message info.
2771: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2772: p_count => x_msg_count,
2773: p_data => x_msg_data);
2774: