DBA Data[Home] [Help]

APPS.ASG_PUB_SEQUENCE_PKG dependencies on FND_ORACLE_USERID

Line 238: from fnd_oracle_userid

234:
235: BEGIN
236: begin
237: select oracle_username into l_b_schema
238: from fnd_oracle_userid
239: where oracle_id = X_B_SCHEMA;
240: exception
241: when others then
242: l_b_schema := x_B_SCHEMA;

Line 306: from fnd_oracle_userid

302: BEGIN
303:
304: begin
305: select oracle_username into l_b_schema
306: from fnd_oracle_userid
307: where oracle_id = X_B_SCHEMA;
308: exception
309: when others then
310: l_b_schema := x_B_SCHEMA;