DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_PARAMETERS

Line 666: from wip_parameters

662: l_msg_data VARCHAR2(2000);
663:
664: CURSOR c_default_pick_group IS
665: select pickslip_grouping_rule_id
666: from wip_parameters
667: where organization_id = p_org_id;
668:
669: begin
670:

Line 1392: wip_parameters wp

1388: l_msiLocatorID,
1389: l_wpSubinv,
1390: l_wpLocatorID
1391: from mtl_system_items msi,
1392: wip_parameters wp
1393: where msi.organization_id = wp.organization_id
1394: and msi.organization_id = p_orgID
1395: and msi.inventory_item_id = c_recorded_comps.inventory_item_id;
1396: if ( l_msiSubinv is not null ) then