DBA Data[Home] [Help]

APPS.ARP_BATCH_SOURCE dependencies on FND_PRODUCT_INSTALLATIONS

Line 50: from FND_PRODUCT_INSTALLATIONS pi,

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