DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on INV_LOT_API_PUB

Line 8526: -- This is a wrapper to call inventory INV_LOT_API_PUB.insertLot

8522: AND entry_status_code IN ( 1, 3 )
8523: AND NVL ( export_flag, 2 ) = 2;
8524: END get_scheduled_entry;
8525:
8526: -- This is a wrapper to call inventory INV_LOT_API_PUB.insertLot
8527: -- it stores the inserted lot info in a global variable for
8528: -- transaction exception rollback
8529: PROCEDURE insert_dynamic_lot (
8530: p_api_version IN NUMBER,

Line 8562: inv_lot_api_pub.insertlot ( p_api_version => p_api_version,

8558: IF ( l_debug = 1 ) THEN
8559: print_debug ( 'Calling insertlot' );
8560: END IF;
8561:
8562: inv_lot_api_pub.insertlot ( p_api_version => p_api_version,
8563: p_init_msg_list => p_init_msg_list,
8564: p_commit => p_commit,
8565: p_validation_level => p_validation_level,
8566: p_inventory_item_id => p_inventory_item_id,