DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_CUSTOMERS_V

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

7096: l_source_proj_name pa_projects_all.name%TYPE;
7097: l_source_proj_number pa_projects_all.segment1%TYPE;
7098: l_source_proj_mgr_name per_all_people_f.full_name%type; /* Bug 3115273 pa_project_lists_v.person_name%TYPE; */
7099: l_source_proj_organization hr_all_organization_units_tl.name%type; /* Bug 3115273 pa_project_lists_v.carrying_out_organization_name%TYPE; */
7100: l_source_proj_customer pa_customers_v.customer_name%type; /* Bug 3115273 pa_project_lists_v.customer_name%TYPE; */
7101: l_conflict_proj_id NUMBER;
7102: l_conflict_proj_mgr_id NUMBER;
7103: -- 3051479: Increased the size of the following two variables.
7104: l_conflict_mgr_user_name VARCHAR2(360);