DBA Data[Home] [Help]

APPS.AZ_PROFILEVALUE_CONVERT_PKG dependencies on FND_TABLES

Line 150: from FND_ORACLE_USERID ou, FND_TABLES t

146: L_APP_CODE := '';
147:
148: BEGIN
149: select ou.ORACLE_USERNAME into L_APP_CODE
150: from FND_ORACLE_USERID ou, FND_TABLES t
151: where ou.ORACLE_ID = t.APPLICATION_ID AND t.TABLE_NAME = P_TBL_NAME;
152: EXCEPTION
153: when OTHERS then L_APP_CODE := '';
154: END;