DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on WIP_REPETITIVE_SCHEDULES

Line 1137: FROM wip_repetitive_schedules wrs,

1133: -- AG: QWB: wip_entity_id is needed to put the schedule on hold.
1134: IF output IS NULL THEN
1135: BEGIN
1136: SELECT DISTINCT wrs.wip_entity_id INTO output
1137: FROM wip_repetitive_schedules wrs,
1138: wip_entities we
1139: WHERE wrs.organization_id = x_org_id
1140: AND wrs.line_id = output2
1141: AND we.wip_entity_id = wrs.wip_entity_id