DBA Data[Home] [Help]

APPS.FUN_SEQ_UTILS dependencies on FND_PRODUCT_INSTALLATIONS

Line 1029: FROM fnd_product_installations pi,

1025: -- Get AOL User Name
1026: --
1027: SELECT MIN(ou.oracle_username) -- In case for multiple installation
1028: INTO l_fnd_user
1029: FROM fnd_product_installations pi,
1030: fnd_oracle_userid ou
1031: WHERE ou.oracle_id = pi.oracle_id
1032: AND application_id = 0;
1033: