DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PUB dependencies on INV_GLOBALS

Line 2315: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_split)

2311: /* Validate Lot */
2312: /* Sub and locator might not be given in the case of pre-packing */
2313: IF (p_content_item_id IS NOT NULL) THEN
2314: IF (l_content_item.lot_control_code = 2
2315: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_split)
2316: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_merge)
2317: ) THEN
2318: IF (p_lot_number IS NOT NULL) THEN
2319: -- Do lot validation only if the container/item is in INV,

Line 2316: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_merge)

2312: /* Sub and locator might not be given in the case of pre-packing */
2313: IF (p_content_item_id IS NOT NULL) THEN
2314: IF (l_content_item.lot_control_code = 2
2315: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_split)
2316: AND NOT (NVL(p_trx_action_id, -9999) = inv_globals.g_action_inv_lot_merge)
2317: ) THEN
2318: IF (p_lot_number IS NOT NULL) THEN
2319: -- Do lot validation only if the container/item is in INV,
2320: -- not WIP or REC since dynamic lots are possible in WIP and REC.