DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_CUSTOMERS_V

Line 7393: l_source_proj_customer pa_customers_v.customer_name%type; /* Bug 3115273 pa_project_lists_v.customer_name%TYPE; */

7389: l_source_proj_name pa_projects_all.name%TYPE;
7390: l_source_proj_number pa_projects_all.segment1%TYPE;
7391: l_source_proj_mgr_name per_all_people_f.full_name%type; /* Bug 3115273 pa_project_lists_v.person_name%TYPE; */
7392: l_source_proj_organization hr_all_organization_units_tl.name%type; /* Bug 3115273 pa_project_lists_v.carrying_out_organization_name%TYPE; */
7393: l_source_proj_customer pa_customers_v.customer_name%type; /* Bug 3115273 pa_project_lists_v.customer_name%TYPE; */
7394: l_conflict_proj_id NUMBER;
7395: l_conflict_proj_mgr_id NUMBER;
7396: -- 3051479: Increased the size of the following two variables.
7397: l_conflict_mgr_user_name VARCHAR2(360);