DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on WIP_FIRST_OPEN_SCHEDULE_V

Line 2303: FROM wip_first_open_schedule_v

2299: AND wip_entity_id = x_wip_entity_id
2300: AND operation_seq_num = x_op_seq_number
2301: AND repetitive_schedule_id =
2302: ( SELECT repetitive_schedule_id
2303: FROM wip_first_open_schedule_v
2304: WHERE organization_id = x_org_id
2305: AND wip_entity_id = x_wip_entity_id
2306: AND line_id = x_line_id );
2307:

Line 3622: FROM wip_first_open_schedule_v

3618: AND organization_id = :3
3619: AND repetitive_schedule_id =
3620: (
3621: SELECT repetitive_schedule_id
3622: FROM wip_first_open_schedule_v
3623: WHERE line_id = :4
3624: AND wip_entity_id = :5
3625: AND organization_id = :6
3626: )