DBA Data[Home] [Help]

APPS.PER_PEOPLE_V14_PKG dependencies on FND_INSTALLATION

Line 104: IF (fnd_installation.get(appl_id => 800

100: THEN
101: --
102: -- Check HR not Installed and Liscensed.
103: --
104: IF (fnd_installation.get(appl_id => 800
105: ,dep_appl_id => 800
106: ,status => l_status
107: ,industry => l_industry))
108: THEN

Line 124: l_dummy :=fnd_installation.get(appl_id => 201

120:
121: --
122: -- Check Purchasing and Payables not Installed and Liscensed.
123: --
124: l_dummy :=fnd_installation.get(appl_id => 201
125: ,dep_appl_id => 201
126: ,status => l_ap_status
127: ,industry => l_industry);
128:

Line 129: l_dummy :=fnd_installation.get(appl_id => 200

125: ,dep_appl_id => 201
126: ,status => l_ap_status
127: ,industry => l_industry);
128:
129: l_dummy :=fnd_installation.get(appl_id => 200
130: ,dep_appl_id => 200
131: ,status => l_po_status
132: ,industry => l_industry);
133: --