DBA Data[Home] [Help]

APPS.HRI_BPL_SETUP_DIAGNOSTIC dependencies on HRI_ADM_DGNSTC_SETUP

Line 58: hri_adm_dgnstc_setup stp

54: v_functional_area VARCHAR2) IS
55: SELECT
56: stp.*
57: FROM
58: hri_adm_dgnstc_setup stp
59: ,hri_adm_dgnstc_sbscrb sbs
60: WHERE stp.object_type= v_object_type
61: AND stp.object_name = sbs.object_name
62: AND stp.object_type = sbs.object_type

Line 74: hri_adm_dgnstc_setup stp

70: UNION ALL
71: SELECT
72: stp.*
73: FROM
74: hri_adm_dgnstc_setup stp
75: WHERE stp.object_type= v_object_type
76: AND v_functional_area = 'ALL'
77: AND (v_object_name IS NULL
78: OR stp.object_name = v_object_name)