DBA Data[Home] [Help]

APPS.PER_OTA_PREDEL_VALIDATION dependencies on FND_INSTALLATION

Line 33: if (fnd_installation.get(appl_id => 810

29: --
30: --
31: -- is ota installed?
32: --
33: if (fnd_installation.get(appl_id => 810
34: ,dep_appl_id => 810
35: ,status => l_status
36: ,industry => l_industry))
37: then

Line 82: if (fnd_installation.get(appl_id => 810

78: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_pos_validation', 10);
79: --
80: --
81: -- is ota installed?
82: if (fnd_installation.get(appl_id => 810
83: ,dep_appl_id => 810
84: ,status => l_status
85: ,industry => l_industry))
86: then

Line 148: if (fnd_installation.get(appl_id => 810

144: --
145: --
146: -- is ota installed?
147: --
148: if (fnd_installation.get(appl_id => 810
149: ,dep_appl_id => 810
150: ,status => l_status
151: ,industry => l_industry))
152: then

Line 206: if (fnd_installation.get(appl_id => 810

202: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_per_validation', 10);
203: --
204: -- is ota installed?
205: --
206: if (fnd_installation.get(appl_id => 810
207: ,dep_appl_id => 810
208: ,status => l_status
209: ,industry => l_industry))
210: then

Line 252: if (fnd_installation.get(appl_id => 810

248: --
249: --
250: -- is ota installed?
251: --
252: if (fnd_installation.get(appl_id => 810
253: ,dep_appl_id => 810
254: ,status => l_status
255: ,industry => l_industry))
256: then