DBA Data[Home] [Help]

APPS.WIP_AUTOLOTPROC_PRIV dependencies on WIP_PARAMETERS

Line 152: from wip_parameters

148: end if;
149:
150: select backflush_lot_entry_type
151: into l_entryType
152: from wip_parameters
153: where organization_id = p_orgID;
154:
155:
156: x_compLots.reset;

Line 1510: from wip_parameters

1506: v_supplyLociD => l_item.supply_locator_id,
1507: v_revision => l_item.revision);
1508: select alternate_lot_selection_method
1509: into l_alt_lot_selection_method
1510: from wip_parameters
1511: where organization_id = p_orgID ;
1512: l_flag := 0 ;
1513: if (l_alt_lot_selection_method in (wip_constants.recdate_full,wip_constants.recdate_exc)) then
1514: open c_receiptOrderedLots(v_itemID => l_item.inventory_item_id,