DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on INV_GLOBALS

Line 5577: IF ( l_transaction_action_id = inv_globals.g_action_subxfr AND

5573: log_statement(l_api_name, 'g_locs(p_record_id).serial_number', 'g_locs(p_record_id).serial_number: '
5574: || g_locs(p_record_id).serial_number);
5575: END IF;
5576:
5577: IF ( l_transaction_action_id = inv_globals.g_action_subxfr AND
5578: l_transaction_source_type_id = inv_globals.g_sourcetype_moveorder AND
5579: l_to_subinventory_code IS NULL)
5580: THEN
5581: /*For MO XFER Putaway , we will use the src sub as dest sub*/

Line 5578: l_transaction_source_type_id = inv_globals.g_sourcetype_moveorder AND

5574: || g_locs(p_record_id).serial_number);
5575: END IF;
5576:
5577: IF ( l_transaction_action_id = inv_globals.g_action_subxfr AND
5578: l_transaction_source_type_id = inv_globals.g_sourcetype_moveorder AND
5579: l_to_subinventory_code IS NULL)
5580: THEN
5581: /*For MO XFER Putaway , we will use the src sub as dest sub*/
5582: l_to_subinventory_code := g_locs(p_record_id).subinventory_code;

Line 5641: AND l_transaction_action_id = inv_globals.g_action_stgxfr

5637: log_statement(l_api_name, 'validate and insert', 'Fetch the l_top_model_line_id using txn_source_line_id: '
5638: || inv_cache.mol_rec.txn_source_line_id);
5639: END IF;
5640: IF (p_type_code = 2
5641: AND l_transaction_action_id = inv_globals.g_action_stgxfr
5642: AND inv_cache.set_oola_rec(inv_cache.mol_rec.txn_source_line_id))
5643: THEN
5644: l_top_model_line_id := inv_cache.oola_rec.top_model_line_id;
5645: ELSE

Line 19281: IF (p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_WIP_ISSUE

19277: l_update := TRUE;
19278: END IF;
19279:
19280: -- Added for Bug 10379126
19281: IF (p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_WIP_ISSUE
19282: or p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_REPL_SUBXFR) THEN
19283: l_result := pjm_project_locator.Check_Project_References(
19284: p_organization_id,
19285: p_locator_id,

Line 19282: or p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_REPL_SUBXFR) THEN

19278: END IF;
19279:
19280: -- Added for Bug 10379126
19281: IF (p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_WIP_ISSUE
19282: or p_transaction_type_id = INV_GLOBALS.G_TYPE_XFER_ORDER_REPL_SUBXFR) THEN
19283: l_result := pjm_project_locator.Check_Project_References(
19284: p_organization_id,
19285: p_locator_id,
19286: 'SPECIFIC',