DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on FND_INSTALLATION

Line 11770: l_installed := fnd_installation.get(appl_id => 210

11766:
11767:
11768: --start code for bug 6961562
11769: -- PO
11770: l_installed := fnd_installation.get(appl_id => 210
11771: ,dep_appl_id => 210
11772: ,status => l_po_installed
11773: ,industry => l_industry);
11774: