DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on WIP_REPETITIVE_SCHEDULES

Line 1098: FROM wip_repetitive_schedules wrs,

1094: -- AG: QWB: wip_entity_id is needed to put the schedule on hold.
1095: IF output IS NULL THEN
1096: BEGIN
1097: SELECT DISTINCT wrs.wip_entity_id INTO output
1098: FROM wip_repetitive_schedules wrs,
1099: wip_entities we
1100: WHERE wrs.organization_id = x_org_id
1101: AND wrs.line_id = output2
1102: AND we.wip_entity_id = wrs.wip_entity_id