DBA Data[Home] [Help]

APPS.MSC_CL_COLLECTION dependencies on FND_ORACLE_USERID

Line 764: FND_ORACLE_USERID a,

760:
761: CURSOR c_partitioned IS
762: SELECT tab.partitioned
763: FROM ALL_TABLES tab,
764: FND_ORACLE_USERID a,
765: FND_PRODUCT_INSTALLATIONS b
766: WHERE a.oracle_id = b.oracle_id
767: AND b.application_id= 724
768: AND tab.owner= a.oracle_username

Line 3994: from fnd_oracle_userid where

3990: lv_read_only_flag:='U';
3991: BEGIN
3992: select oracle_username
3993: into lv_apps_schema
3994: from fnd_oracle_userid where
3995: read_only_flag = lv_read_only_flag;
3996: EXCEPTION
3997: WHEN OTHERS THEN
3998: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_STATUS, SQLERRM);

Line 5888: from fnd_oracle_userid where

5884: lv_read_only_flag:='U';
5885: BEGIN
5886: select oracle_username
5887: into lv_apps_schema
5888: from fnd_oracle_userid where
5889: read_only_flag = lv_read_only_flag;
5890: EXCEPTION
5891: WHEN OTHERS THEN
5892: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_FATAL_ERR, SQLERRM);