DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on INV_LOT_API_PUB

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

8303: AND entry_status_code IN ( 1, 3 )
8304: AND NVL ( export_flag, 2 ) = 2;
8305: END get_scheduled_entry;
8306:
8307: -- This is a wrapper to call inventory INV_LOT_API_PUB.insertLot
8308: -- it stores the inserted lot info in a global variable for
8309: -- transaction exception rollback
8310: PROCEDURE insert_dynamic_lot (
8311: p_api_version IN NUMBER,

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

8339: IF ( l_debug = 1 ) THEN
8340: print_debug ( 'Calling insertlot' );
8341: END IF;
8342:
8343: inv_lot_api_pub.insertlot ( p_api_version => p_api_version,
8344: p_init_msg_list => p_init_msg_list,
8345: p_commit => p_commit,
8346: p_validation_level => p_validation_level,
8347: p_inventory_item_id => p_inventory_item_id,