DBA Data[Home] [Help]

APPS.PA_PROJECT_SEARCH_UTILS dependencies on PJI_REP_MEASURE_UTIL

Line 436: PJI_REP_MEASURE_UTIL.Get_Financial_Measures

432: IF (x_sec_ret_code = 'T')
433: THEN
434: IF (p_source_api = 'FM')
435: THEN
436: PJI_REP_MEASURE_UTIL.Get_Financial_Measures
437: (
438: p_project_id => p_project_id,
439: p_measure_codes_tbl => p_measure_codes_tbl,
440: p_measure_set_codes_tbl => p_measure_set_codes_tbl, -- Added for bug4361663

Line 452: PJI_REP_MEASURE_UTIL.Get_Activity_Measures

448: x_msg_data => x_msg_data
449: );
450: ELSIF (p_source_api = 'AC')
451: THEN
452: PJI_REP_MEASURE_UTIL.Get_Activity_Measures
453: (
454: p_project_id => p_project_id,
455: p_measure_codes_tbl => p_measure_codes_tbl,
456: p_measure_set_codes_tbl => p_measure_set_codes_tbl, -- Added for bug4361663