DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on FND_INSTALLATION

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

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