DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on FND_ORACLE_USERID

Line 814: from fnd_oracle_userid

810: -- HW BUG 3434884 - GSCC issue. Need to get proper Schema Name
811:
812: select oracle_username
813: into l_schema
814: from fnd_oracle_userid
815: where read_only_flag = 'U';
816:
817:
818: gmi_reservation_util.println('Value of schema name is '||l_schema);