DBA Data[Home] [Help]

APPS.ARP_BATCH_SOURCE dependencies on FND_PRODUCT_INSTALLATIONS

Line 52: from FND_PRODUCT_INSTALLATIONS pi,

48: BEGIN
49:
50: select min(ou.oracle_username)
51: into l_fnd_user
52: from FND_PRODUCT_INSTALLATIONS pi,
53: FND_ORACLE_USERID ou
54: where ou.oracle_id = pi.oracle_id
55: and application_id = 0;
56: