DBA Data[Home] [Help]

APPS.WIP_BIS_PERIOD_BAL_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 14: from FND_PRODUCT_INSTALLATIONS FPI,

10: BEGIN
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