DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on ENG_CHANGE_TYPE_ORG_TASKS

Line 2198: eng_change_type_org_tasks typtsk

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
2202: tsk.change_template_id = typtsk.change_template_or_task_id AND