DBA Data[Home] [Help]

APPS.IGS_SC_GRANTS_PVT dependencies on DBMS_SESSION

Line 215: dbms_session.set_context( 'igsscctx', p_name, p_val );

211: p_val VARCHAR2
212: )
213: IS
214: BEGIN
215: dbms_session.set_context( 'igsscctx', p_name, p_val );
216: END set_ctx;
217:
218: -- This function checks if we need to transform operation for user attribute to the opposite
219: