DBA Data[Home] [Help]

APPS.MSC_CL_COLLECTION dependencies on FND_ORACLE_USERID

Line 756: FND_ORACLE_USERID a,

752:
753: CURSOR c_partitioned IS
754: SELECT tab.partitioned
755: FROM ALL_TABLES tab,
756: FND_ORACLE_USERID a,
757: FND_PRODUCT_INSTALLATIONS b
758: WHERE a.oracle_id = b.oracle_id
759: AND b.application_id= 724
760: AND tab.owner= a.oracle_username

Line 3393: from fnd_oracle_userid where

3389: lv_read_only_flag:='U';
3390: BEGIN
3391: select oracle_username
3392: into lv_apps_schema
3393: from fnd_oracle_userid where
3394: read_only_flag = lv_read_only_flag;
3395: EXCEPTION
3396: WHEN OTHERS THEN
3397: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_STATUS, SQLERRM);

Line 5122: from fnd_oracle_userid where

5118: lv_read_only_flag:='U';
5119: BEGIN
5120: select oracle_username
5121: into lv_apps_schema
5122: from fnd_oracle_userid where
5123: read_only_flag = lv_read_only_flag;
5124: EXCEPTION
5125: WHEN OTHERS THEN
5126: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_FATAL_ERR, SQLERRM);