DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on WIP_ENTITIES

Line 1138: wip_entities we

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
1142: AND we.organization_id = wrs.organization_id