DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on WIP_OPERATIONS

Line 999: FROM wip_operations

995: AND g_Res_rec.operation_seq_num IS NOT NULL
996: AND g_Res_rec.operation_seq_num IS NOT NULL THEN
997: SELECT department_id
998: INTO l_dept_id
999: FROM wip_operations
1000: WHERE wip_entity_id = g_Res_rec.wip_entity_id
1001: AND operation_seq_num = g_Res_rec.operation_seq_num
1002: AND organization_id = g_Res_rec.organization_id
1003: AND (repetitive_schedule_id IS NULL