DBA Data[Home] [Help]

APPS.GL_SEL_SEG_TURNOVER_RPT_PKG dependencies on GL_SECURITY_PKG

Line 259: -- of begin and end balance. By calling gl_security_pkg,

255: END IF;
256:
257: /*--*****************************************************
258: -- Segment Security enhancement to secure the balance
259: -- of begin and end balance. By calling gl_security_pkg,
260: -- the main query will only return rows that users have
261: -- the valid segment value access
262: --******************************************************/
263:

Line 272: GL_SECURITY_PKG.INIT_SEGVAL;

268: lc_security_mode := 'N';
269: END;
270:
271: IF( NVL(lc_security_mode,'N') = 'Y') THEN
272: GL_SECURITY_PKG.INIT_SEGVAL;
273: GC_SECURITY_WHERE := ' GL_SECURITY_PKG.VALIDATE_ACCESS(' || LEDGER_ID_PARAM ||', gcc.code_combination_id) = ''TRUE'' ';
274: ELSE
275: GC_SECURITY_WHERE := ' 1 = 1 ';
276: END IF;

Line 273: GC_SECURITY_WHERE := ' GL_SECURITY_PKG.VALIDATE_ACCESS(' || LEDGER_ID_PARAM ||', gcc.code_combination_id) = ''TRUE'' ';

269: END;
270:
271: IF( NVL(lc_security_mode,'N') = 'Y') THEN
272: GL_SECURITY_PKG.INIT_SEGVAL;
273: GC_SECURITY_WHERE := ' GL_SECURITY_PKG.VALIDATE_ACCESS(' || LEDGER_ID_PARAM ||', gcc.code_combination_id) = ''TRUE'' ';
274: ELSE
275: GC_SECURITY_WHERE := ' 1 = 1 ';
276: END IF;
277: