DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on WIP_OPERATIONS

Line 1003: FROM wip_operations

999: AND g_Res_rec.operation_seq_num IS NOT NULL
1000: AND g_Res_rec.operation_seq_num IS NOT NULL THEN
1001: SELECT department_id
1002: INTO l_dept_id
1003: FROM wip_operations
1004: WHERE wip_entity_id = g_Res_rec.wip_entity_id
1005: AND operation_seq_num = g_Res_rec.operation_seq_num
1006: AND organization_id = g_Res_rec.organization_id
1007: AND (repetitive_schedule_id IS NULL