DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PVT dependencies on PA_PROJECT_CUSTOMERS

Line 651: SELECT customer_id from pa_project_customers

647: WHERE WORK_TYPE_ID = v_work_type_id;
648:
649: /* FPM Changes for Project Setup */
650: CURSOR top_task_customer is
651: SELECT customer_id from pa_project_customers
652: where project_id=p_project_id
653: and default_top_task_cust_flag ='Y';
654: --rtarway, BUG 3924597
655: l_wp_separate_from_fin VARCHAR2(1);