DBA Data[Home] [Help]

APPS.GL_JOURNAL_IMPORT_PKG dependencies on FND_ORACLE_USERID

Line 31: SELECT oracle_username into apps_schema FROM fnd_oracle_userid where read_only_flag = 'U';

27: dummy2 VARCHAR2(30);
28: apps_schema VARCHAR2(30);
29: BEGIN
30:
31: SELECT oracle_username into apps_schema FROM fnd_oracle_userid where read_only_flag = 'U';
32: failpoint := 1;
33: cre_tab :=
34: 'CREATE TABLE ' || table_name;
35: