DBA Data[Home] [Help]

APPS.PER_PEOPLE_V14_PKG dependencies on FND_INSTALLATION

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

106: THEN
107: --
108: -- Check HR not Installed and Liscensed.
109: --
110: IF (fnd_installation.get(appl_id => 800
111: ,dep_appl_id => 800
112: ,status => l_status
113: ,industry => l_industry))
114: THEN

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

126:
127: --
128: -- Check Purchasing and Payables not Installed and Liscensed.
129: --
130: l_dummy :=fnd_installation.get(appl_id => 201
131: ,dep_appl_id => 201
132: ,status => l_ap_status
133: ,industry => l_industry);
134:

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

131: ,dep_appl_id => 201
132: ,status => l_ap_status
133: ,industry => l_industry);
134:
135: l_dummy :=fnd_installation.get(appl_id => 200
136: ,dep_appl_id => 200
137: ,status => l_po_status
138: ,industry => l_industry);
139: --