DBA Data[Home] [Help]

APPS.PJI_REP_UTIL dependencies on PA_NUM_TBL_TYPE

Line 29: PROCEDURE Log_Struct_Change_Event(p_wbs_version_id_tbl SYSTEM.PA_NUM_TBL_TYPE);

25: , p_token5 VARCHAR2 DEFAULT NULL
26: , p_token5_value VARCHAR2 DEFAULT NULL
27: );
28:
29: PROCEDURE Log_Struct_Change_Event(p_wbs_version_id_tbl SYSTEM.PA_NUM_TBL_TYPE);
30:
31: PROCEDURE Populate_WBS_Hierarchy_Cache(p_project_id NUMBER
32: , p_element_version_id NUMBER
33: , p_prg_flag VARCHAR2 DEFAULT 'N'

Line 343: , p_plan_version_id_tbl SYSTEM.pa_num_tbl_type

339: , x_msg_data IN OUT NOCOPY VARCHAR2);
340:
341: PROCEDURE Derive_VP_Period(
342: p_project_id NUMBER
343: , p_plan_version_id_tbl SYSTEM.pa_num_tbl_type
344: , x_from_period OUT NOCOPY NUMBER
345: , x_to_period OUT NOCOPY NUMBER
346: , x_return_status IN OUT NOCOPY VARCHAR2
347: , x_msg_count IN OUT NOCOPY NUMBER

Line 352: , p_plan_version_id_tbl SYSTEM.pa_num_tbl_type

348: , x_msg_data IN OUT NOCOPY VARCHAR2);
349:
350: PROCEDURE Derive_Perf_Period(
351: p_project_id NUMBER
352: , p_plan_version_id_tbl SYSTEM.pa_num_tbl_type
353: , x_from_period OUT NOCOPY NUMBER
354: , x_to_period OUT NOCOPY NUMBER
355: , x_return_status IN OUT NOCOPY VARCHAR2
356: , x_msg_count IN OUT NOCOPY NUMBER

Line 364: p_plan_version_ids IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type()

360: * Added this procedure for bug 3842347. This procedure will give max and min date for a given plan version
361: * id and proejct_id. It is being used in get default api
362: */
363: PROCEDURE Get_Default_Period_Dates (
364: p_plan_version_ids IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type()
365: , p_project_id IN NUMBER
366: , x_min_julian_date OUT NOCOPY NUMBER
367: , x_max_julian_date OUT NOCOPY NUMBER);
368:

Line 595: p_plan_version_id_tbl IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),

591: the processing page. But if the processing is Deferred
592: then launch concurrent program */
593: PROCEDURE Is_Smart_Slice_Created(
594: p_rbs_version_id IN NUMBER,
595: p_plan_version_id_tbl IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),
596: p_wbs_element_id IN NUMBER,
597: p_rbs_element_id IN NUMBER,
598: p_prg_rollup_flag IN VARCHAR2,
599: p_curr_record_type_id IN NUMBER,

Line 619: p_fin_plan_version_id_tbl IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),

615: + RBS is attached with context plan version
616: + Additional Plan versions are selected
617: */
618: PROCEDURE Chk_plan_vers_have_same_RBS(
619: p_fin_plan_version_id_tbl IN SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type(),
620: x_R_PlanVers_HavSame_RBS_Flag OUT NOCOPY VARCHAR2,
621: x_msg_count OUT NOCOPY NUMBER,
622: x_msg_data OUT NOCOPY VARCHAR2,
623: x_return_status OUT NOCOPY VARCHAR2);