DBA Data[Home] [Help]

APPS.WIP_AUTOLOTPROC_PRIV dependencies on WIP_FLOW_SCHEDULES

Line 1456: from wip_flow_schedules

1452:
1453: begin
1454: select wip_entity_id
1455: into l_demand_source_header_id
1456: from wip_flow_schedules
1457: where wip_entity_id = p_wipentityID
1458: and organization_id = p_orgID
1459: and scheduled_flag = 1;
1460: exception