DBA Data[Home] [Help]

APPS.IGI_SLS_CONTEXT_PKG dependencies on IGI_SLS_GROUPS

Line 45: FROM igi_sls_groups

41: l_sec_grp VARCHAR2(30);
42:
43: cursor c1 (p_sec_grp VARCHAR2) is
44: SELECT 'Y'
45: FROM igi_sls_groups
46: WHERE sls_group = p_sec_grp
47: AND date_removed IS NULL
48: AND date_disabled IS NULL;
49: --