DBA Data[Home] [Help]

APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on WIP_OPERATIONS

Line 694: FROM WIP_OPERATIONS

690: * ----------------------------------------------------------*/
691:
692: SELECT first_unit_start_date, last_unit_completion_date
693: INTO x_start_date, x_completion_date
694: FROM WIP_OPERATIONS
695: WHERE wip_entity_id = p_wip_entity_id
696: AND organization_id = p_org_id
697: and NVL(repetitive_schedule_id, -1) =
698: DECODE(p_entity_type, WIP_CONSTANTS.REPETITIVE, p_sched_id,-1)