DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on WIP_FIRST_OPEN_SCHEDULE_V

Line 2322: FROM wip_first_open_schedule_v

2318: AND wip_entity_id = x_wip_entity_id
2319: AND operation_seq_num = x_op_seq_number
2320: AND repetitive_schedule_id =
2321: ( SELECT repetitive_schedule_id
2322: FROM wip_first_open_schedule_v
2323: WHERE organization_id = x_org_id
2324: AND wip_entity_id = x_wip_entity_id
2325: AND line_id = x_line_id );
2326:

Line 3714: FROM wip_first_open_schedule_v

3710: AND organization_id = :3
3711: AND repetitive_schedule_id =
3712: (
3713: SELECT repetitive_schedule_id
3714: FROM wip_first_open_schedule_v
3715: WHERE line_id = :4
3716: AND wip_entity_id = :5
3717: AND organization_id = :6
3718: )