DBA Data[Home] [Help]

APPS.WIP_BIS_PERIOD_BAL_PKG dependencies on FND_ORACLE_USERID

Line 15: FND_ORACLE_USERID FOU,

11:
12: BEGIN
13: select fou.oracle_username into l_wip_schema
14: from FND_PRODUCT_INSTALLATIONS FPI,
15: FND_ORACLE_USERID FOU,
16: FND_APPLICATION FA
17: where fpi.application_id = fa.application_id
18: and fpi.oracle_id = fou.oracle_id
19: and fa.application_short_name = 'WIP';