DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on WIP_FLOW_SCHEDULES

Line 250: from wip_flow_schedules

246: select project_id,
247: task_id
248: into cfmRec.row.source_project_id,
249: cfmRec.row.source_task_id
250: from wip_flow_schedules
251: where wip_entity_id = param.wipEntityID
252: and organization_id = param.environment.orgID;
253: end if;
254:

Line 276: from wip_flow_schedules

272: demand_source_delivery
273: into cfmRec.row.demand_source_header_id,
274: cfmRec.row.demand_source_line,
275: cfmRec.row.demand_source_delivery
276: from wip_flow_schedules
277: where organization_id = param.environment.orgID
278: and wip_entity_id = param.wipEntityID;
279: end if;
280: end if;