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 1448: from wip_parameters

1444: v_supplyLociD => l_item.supply_locator_id,
1445: v_revision => l_item.revision);
1446: select alternate_lot_selection_method
1447: into l_alt_lot_selection_method
1448: from wip_parameters
1449: where organization_id = p_orgID ;
1450: l_flag := 0 ;
1451: if (l_alt_lot_selection_method in (wip_constants.recdate_full,wip_constants.recdate_exc)) then
1452: open c_receiptOrderedLots(v_itemID => l_item.inventory_item_id,