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 1319: -- Standard call to check for call compatibility

1315: l_trolin_tbl Trolin_Tbl_Type;
1316: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1317: BEGIN
1318:
1319: -- Standard call to check for call compatibility
1320:
1321: IF NOT FND_API.Compatible_API_Call
1322: ( l_api_version_number
1323: , p_api_version_number

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

1461: l_trolin_tbl Trolin_Tbl_Type;
1462: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1463: BEGIN
1464:
1465: -- Standard call to check for call compatibility
1466:
1467: IF NOT FND_API.Compatible_API_Call
1468: ( l_api_version_number
1469: , p_api_version_number

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

1610: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
1611: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1612: BEGIN
1613:
1614: -- Standard call to check for call compatibility
1615:
1616: IF NOT FND_API.Compatible_API_Call
1617: ( l_api_version_number
1618: , p_api_version_number

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

1622: THEN
1623: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1624: END IF;
1625:
1626: -- Standard check for Val/ID conversion
1627:
1628: IF p_header = FND_API.G_MISS_CHAR
1629: THEN
1630:

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

1891: l_trolin_val_tbl Trolin_Val_Tbl_Type := G_MISS_TROLIN_VAL_TBL;
1892: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1893: BEGIN
1894:
1895: -- Standard call to check for call compatibility
1896: IF NOT FND_API.Compatible_API_Call
1897: ( l_api_version_number
1898: , p_api_version_number
1899: , l_api_name