DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on ENG_CHANGE_TYPE_ORG_TASKS

Line 2877: eng_change_type_org_tasks typtsk

2873: BEGIN
2874: SELECT COUNT(1) INTO l_count
2875: FROM
2876: eng_change_tasks_vl tsk,
2877: eng_change_type_org_tasks typtsk
2878: WHERE
2879: tsk.organization_id = typtsk.organization_id AND
2880: typtsk.organization_id = p_organization_id AND
2881: tsk.change_template_id = typtsk.change_template_or_task_id AND