DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on ENG_CHANGE_TASKS_VL

Line 2197: eng_change_tasks_vl tsk,

2193: l_count NUMBER;
2194: BEGIN
2195: SELECT COUNT(1) INTO l_count
2196: FROM
2197: eng_change_tasks_vl tsk,
2198: eng_change_type_org_tasks typtsk
2199: WHERE
2200: tsk.organization_id = typtsk.organization_id AND
2201: typtsk.organization_id = p_organization_id AND