DBA Data[Home] [Help]

APPS.BEN_PLAN_COPY_LOADER dependencies on FND_INSTALLATION

Line 271: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);

267: close c1 ;
268: ---
269: -- Bug : 4354708:
270: --
271: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);
272: --
273: open c_trig_cet;
274: fetch c_trig_cet into l_dummy;
275: if c_trig_cet%notfound then

Line 523: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);

519: end if;
520: --
521: -- Bug : 4354708
522: --
523: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);
524: --
525: open c_trig_cea;
526: fetch c_trig_cea into l_dummy;
527: if c_trig_cea%notfound then

Line 989: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);

985:
986: --
987: -- Bug : 4354708
988: --
989: l_found := fnd_installation.get_app_info ('PER', l_install_status, l_industry, l_schema);
990: --
991: open c_trig_cer;
992: fetch c_trig_cer into l_dummy;
993: if c_trig_cer%notfound then

Line 2042: l_found := fnd_installation.get_app_info ('BEN', l_install_status, l_industry, l_schema);

2038: --
2039: --
2040: -- Bug : 4354708
2041: --
2042: l_found := fnd_installation.get_app_info ('BEN', l_install_status, l_industry, l_schema);
2043: --
2044: open c_trig_cpe;
2045: fetch c_trig_cpe into l_dummy;
2046: if c_trig_cpe%notfound then