DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on FND_INSTALLATION

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

12367:
12368:
12369: --start code for bug 6961562
12370: -- PO
12371: l_installed := fnd_installation.get(appl_id => 210
12372: ,dep_appl_id => 210
12373: ,status => l_po_installed
12374: ,industry => l_industry);
12375: