DBA Data[Home] [Help]

APPS.JTM_RS_GROUP_MEMBER_VUHK dependencies on JTM_PROFILE_UTL_PKG

Line 49: l_enable_flag := JTM_PROFILE_UTL_PKG.Get_enable_flag_at_resp

45: /* user execute flag */
46: l_enable_flag := Csr1.EXECUTE_FLAG;
47:
48: /* use profile for checking */
49: l_enable_flag := JTM_PROFILE_UTL_PKG.Get_enable_flag_at_resp
50: (p_app_short_name => Csr1.PRODUCT_CODE);
51:
52: if (l_enable_flag = 'Y') then
53: l_cursorid := DBMS_SQL.open_cursor;

Line 127: l_enable_flag := JTM_PROFILE_UTL_PKG.Get_enable_flag_at_resp

123: /* user execute flag */
124: l_enable_flag := Csr1.EXECUTE_FLAG;
125:
126: /* use profile for checking */
127: l_enable_flag := JTM_PROFILE_UTL_PKG.Get_enable_flag_at_resp
128: (p_app_short_name => Csr1.PRODUCT_CODE);
129:
130: if (l_enable_flag = 'Y') then
131: l_cursorid := DBMS_SQL.open_cursor;