DBA Data[Home] [Help]

APPS.GMI_APIXML_PKG dependencies on GMIPAPI

Line 546: Gmipapi.Inventory_Posting

542: RAISE e_txn_failed;
543: END IF;
544:
545: -- Call the standard API and check the return status
546: Gmipapi.Inventory_Posting
547: ( p_api_version => 3.0
548: , p_init_msg_list => FND_API.G_TRUE
549: , p_commit => FND_API.G_FALSE
550: , p_validation_level => FND_API.G_valid_level_full

Line 905: Gmipapi.Create_Item

901: RAISE e_item_creation_failed;
902: END IF;
903:
904: -- Call the standard API and check the return status
905: Gmipapi.Create_Item
906: ( p_api_version => 3.0
907: , p_init_msg_list => FND_API.G_TRUE
908: , p_commit => FND_API.G_TRUE
909: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1235: Gmipapi.Create_Lot

1231: RAISE e_lot_failed;
1232: END IF;
1233:
1234: -- Call the standard API and check the return status
1235: Gmipapi.Create_Lot
1236: ( p_api_version => 3.0
1237: , p_init_msg_list => FND_API.G_TRUE
1238: , p_commit => FND_API.G_FALSE
1239: , p_validation_level => FND_API.G_valid_level_full

Line 1501: Gmipapi.Create_Item_Lot_Conv

1497: RAISE e_lot_conv_failed;
1498: END IF;
1499:
1500: -- Call the standard API and check the return status
1501: Gmipapi.Create_Item_Lot_Conv
1502: ( p_api_version => 3.0
1503: , p_init_msg_list => FND_API.G_TRUE
1504: , p_commit => FND_API.G_FALSE
1505: , p_validation_level => FND_API.G_valid_level_full