DBA Data[Home] [Help]

APPS.IGI_SLS_SECURE_TABLES_AU_PKG dependencies on IGI_SLS_SECURE_TABLES_AUDIT

Line 36: FROM igi_sls_secure_tables_audit

32: l_debug_info VARCHAR2(100);
33:
34: CURSOR c_insert IS
35: SELECT rowid
36: FROM igi_sls_secure_tables_audit
37: WHERE owner = p_owner
38: AND table_name = p_table_name;
39:
40: BEGIN

Line 45: l_debug_info := 'Inserting into IGI_SLS_SECURE_TABLES_AUDIT';

41: -- Update the calling sequence
42: p_calling_sequence := 'IGI_SLS_SECURE_TABLES_AU_PKG.Insert_Row<-' ||
43: p_calling_sequence;
44:
45: l_debug_info := 'Inserting into IGI_SLS_SECURE_TABLES_AUDIT';
46:
47: INSERT INTO igi_sls_secure_tables_audit
48: (owner
49: ,table_name

Line 47: INSERT INTO igi_sls_secure_tables_audit

43: p_calling_sequence;
44:
45: l_debug_info := 'Inserting into IGI_SLS_SECURE_TABLES_AUDIT';
46:
47: INSERT INTO igi_sls_secure_tables_audit
48: (owner
49: ,table_name
50: ,description
51: ,sls_table_name