DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PVT dependencies on PA_VARCHAR2_15_TBL_TYPE

Line 55: l_currency_code_tbl system.pa_varchar2_15_tbl_type := system.pa_varchar2_15_tbl_type();

51: l_start_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
52: l_end_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
53: l_resource_list_member_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
54: l_quantity_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
55: l_currency_code_tbl system.pa_varchar2_15_tbl_type := system.pa_varchar2_15_tbl_type();
56: l_raw_cost_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
57: l_burdened_cost_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
58:
59: l_project_currency_code pa_projects_all.project_currency_code%TYPE;