DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PVT dependencies on PA_VARCHAR2_15_TBL_TYPE

Line 56: l_currency_code_tbl system.pa_varchar2_15_tbl_type := system.pa_varchar2_15_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_cbs_element_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type(); --16598322
55: l_quantity_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
56: l_currency_code_tbl system.pa_varchar2_15_tbl_type := system.pa_varchar2_15_tbl_type();
57: l_raw_cost_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
58: l_burdened_cost_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
59:
60: l_project_currency_code pa_projects_all.project_currency_code%TYPE;