DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on STANDARD

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

78: BEGIN
79: if l_debug = 1 THEN
80: print_debug('enter Create Move Order Header', l_api_name);
81: end if;
82: -- Standard call to check for call compatibility
83: IF NOT FND_API.Compatible_API_Call
84: ( l_api_version_number
85: , p_api_version_number
86: , l_api_name

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

333: l_current_ship_model_id NUMBER;
334: l_shipmodel_start_index NUMBER;
335: BEGIN
336:
337: -- Standard call to check for call compatibility
338:
339: IF NOT FND_API.Compatible_API_Call
340: ( l_api_version_number
341: , p_api_version_number

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

1265: l_trolin_tbl Trolin_Tbl_Type;
1266: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1267: BEGIN
1268:
1269: -- Standard call to check for call compatibility
1270:
1271: IF NOT FND_API.Compatible_API_Call
1272: ( l_api_version_number
1273: , p_api_version_number

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

1411: l_trolin_tbl Trolin_Tbl_Type;
1412: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1413: BEGIN
1414:
1415: -- Standard call to check for call compatibility
1416:
1417: IF NOT FND_API.Compatible_API_Call
1418: ( l_api_version_number
1419: , p_api_version_number

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

1560: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
1561: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1562: BEGIN
1563:
1564: -- Standard call to check for call compatibility
1565:
1566: IF NOT FND_API.Compatible_API_Call
1567: ( l_api_version_number
1568: , p_api_version_number

Line 1576: -- Standard check for Val/ID conversion

1572: THEN
1573: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1574: END IF;
1575:
1576: -- Standard check for Val/ID conversion
1577:
1578: IF p_header = FND_API.G_MISS_CHAR
1579: THEN
1580:

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

1841: l_trolin_val_tbl Trolin_Val_Tbl_Type := G_MISS_TROLIN_VAL_TBL;
1842: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1843: BEGIN
1844:
1845: -- Standard call to check for call compatibility
1846: IF NOT FND_API.Compatible_API_Call
1847: ( l_api_version_number
1848: , p_api_version_number
1849: , l_api_name