DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_VARCHAR2_100_TBL_TYPE

Line 1378: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();

1374: l_task_elem_version_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1375: l_resource_list_member_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1376: l_cbs_element_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type(); -- Added for 16598322
1377: l_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
1378: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
1379: l_start_date_tbl system.pa_date_tbl_type :=system.pa_date_tbl_type();
1380: l_end_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
1381: l_planned_people_effort_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1382: l_planned_equip_effort_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();

Line 3822: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();

3818: l_struct_elem_version_id number;
3819: l_budget_version_id number;
3820: l_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3821: l_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
3822: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
3823: l_incur_by_resource_code_tbl system.pa_varchar2_30_tbl_type :=system.pa_varchar2_30_tbl_type() ;
3824: l_incur_by_resource_name_tbl system.pa_varchar2_240_tbl_type :=system.pa_varchar2_240_tbl_type() ;
3825: l_incur_by_res_class_code_tbl system.pa_varchar2_30_tbl_type :=system.pa_varchar2_30_tbl_type();
3826: lu_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();

Line 3903: lc_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();

3899:
3900: --For create.
3901: lc_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3902: lc_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
3903: lc_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
3904: lc_start_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
3905: lc_end_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
3906: lc_planned_people_effort_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3907: lc_planned_equip_effort_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();