DBA Data[Home] [Help]

APPS.PA_EXCEPTION_ENGINE_PKG dependencies on PJI_MT_MEASURES_V

Line 790: FROM pji_mt_measures_v

786: NULL;
787: ELSE
788: SELECT pl_sql_api
789: INTO l_program_name
790: FROM pji_mt_measures_v
791: WHERE measure_id = l_measure_list(j)
792: AND rownum = 1 ;
793:
794: IF ( l_program_name IS NOT NULL ) THEN

Line 795: -- Construct the dynamic SQL that will call the API from PJI_MT_MEASURES_V

791: WHERE measure_id = l_measure_list(j)
792: AND rownum = 1 ;
793:
794: IF ( l_program_name IS NOT NULL ) THEN
795: -- Construct the dynamic SQL that will call the API from PJI_MT_MEASURES_V
796: -- l_program_name is the name of the extension API.
797: -- For instance 'SUMMARIZATION.EXCEPTION'
798: IF P_PA_DEBUG_MODE = 'Y' THEN
799: PA_DEBUG.g_err_stage := 'Executing Dynamic SQL to call Measure Value API '||l_program_name;