DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_VARCHAR2_100_TBL_TYPE

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

1356: lk_resource_list_member_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1357: l_task_elem_version_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1358: l_resource_list_member_id_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1359: l_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
1360: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
1361: l_start_date_tbl system.pa_date_tbl_type :=system.pa_date_tbl_type();
1362: l_end_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
1363: l_planned_people_effort_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();
1364: l_planned_equip_effort_tbl system.pa_num_tbl_type:= system.pa_num_tbl_type();

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

3575: l_struct_elem_version_id number;
3576: l_budget_version_id number;
3577: l_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3578: l_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
3579: l_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
3580: l_incur_by_resource_code_tbl system.pa_varchar2_30_tbl_type :=system.pa_varchar2_30_tbl_type() ;
3581: l_incur_by_resource_name_tbl system.pa_varchar2_240_tbl_type :=system.pa_varchar2_240_tbl_type() ;
3582: l_incur_by_res_class_code_tbl system.pa_varchar2_30_tbl_type :=system.pa_varchar2_30_tbl_type();
3583: lu_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();

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

3655:
3656: --For create.
3657: lc_task_elem_version_id_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3658: lc_task_name_tbl system.pa_varchar2_240_tbl_type := system.pa_varchar2_240_tbl_type();
3659: lc_task_number_tbl system.pa_varchar2_100_tbl_type := system.pa_varchar2_100_tbl_type();
3660: lc_start_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
3661: lc_end_date_tbl system.pa_date_tbl_type := system.pa_date_tbl_type();
3662: lc_planned_people_effort_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();
3663: lc_planned_equip_effort_tbl system.pa_num_tbl_type := system.pa_num_tbl_type();