DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_PARAMETERS

Line 883: from wip_parameters

879: l_msg_data VARCHAR2(2000);
880:
881: CURSOR c_default_pick_group IS
882: select pickslip_grouping_rule_id
883: from wip_parameters
884: where organization_id = p_org_id;
885:
886: begin
887:

Line 1612: wip_parameters wp

1608: l_msiLocatorID,
1609: l_wpSubinv,
1610: l_wpLocatorID
1611: from mtl_system_items msi,
1612: wip_parameters wp
1613: where msi.organization_id = wp.organization_id
1614: and msi.organization_id = p_orgID
1615: and msi.inventory_item_id = c_recorded_comps.inventory_item_id;
1616: if ( l_msiSubinv is not null ) then