DBA Data[Home] [Help]

APPS.GL_OPEN_BAL_REVAL_RPT_PKG dependencies on GL_ACCESS_SET_SECURITY_PKG

Line 59: gc_access_where:= gl_access_set_security_pkg.get_security_clause

55: gll.ledger_id=ledger_id_param
56: AND gp.period_set_name =gll.period_set_name
57: AND gp.period_name IN (period_from_param,period_to_param);
58: --build the where clause for security by access set
59: gc_access_where:= gl_access_set_security_pkg.get_security_clause
60: (ACCESS_SET_ID_PARAM
61: ,'R'
62: ,'LEDGER_COLUMN'
63: ,'LEDGER_ID'