DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on FND_INSTALLATION

Line 573: if fnd_installation.get(appl_id => 801

569:
570: --
571: -- Establish whether Payroll has been installed
572: --
573: if fnd_installation.get(appl_id => 801
574: ,dep_appl_id => 801
575: ,status => p_payroll_installed
576: ,industry => l_industry)then
577: null;