DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_UTILS dependencies on PA_DATE_TBL_TYPE

Line 361: p_end_date IN SYSTEM.pa_date_tbl_type := system.pa_date_tbl_type(),

357: p_project_ids IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),
358: p_resource_list_ids IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),
359: p_struct_ver_ids IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),
360: p_start_date IN DATE := NULL,
361: p_end_date IN SYSTEM.pa_date_tbl_type := system.pa_date_tbl_type(),
362: p_start_period_name IN VARCHAR2 := NULL,
363: p_end_period_name IN VARCHAR2 := NULL,
364: p_calendar_type IN SYSTEM.PA_VARCHAR2_1_TBL_TYPE := SYSTEM. PA_VARCHAR2_1_TBL_TYPE(),
365: p_extraction_type IN VARCHAR2 := NULL,

Line 3586: l_end_date_tab SYSTEM.pa_date_tbl_type := SYSTEM.pa_date_tbl_type();

3582: l_resource_list_id_tab SYSTEM.pa_num_tbl_type:=SYSTEM.pa_num_tbl_type();
3583: l_struct_ver_id_tab SYSTEM.pa_num_tbl_type:=SYSTEM.pa_num_tbl_type();
3584: l_calendar_type_tab SYSTEM.pa_varchar2_1_tbl_type :=
3585: SYSTEM.pa_varchar2_1_tbl_type();
3586: l_end_date_tab SYSTEM.pa_date_tbl_type := SYSTEM.pa_date_tbl_type();
3587:
3588: l_populate_in_tbl populate_in_tbl_type ;
3589: l_populate_in_rec populate_in_rec_type;
3590: