DBA Data[Home] [Help]

APPS.BEN_PRO_LER dependencies on FND_INSTALLATION

Line 248: l_bool :=fnd_installation.get(appl_id => 805

244: --
245: -- Bug 5203589
246: --
247: /*
248: l_bool :=fnd_installation.get(appl_id => 805
249: ,dep_appl_id =>805
250: ,status => l_status
251: ,industry => l_industry);
252: if l_status = 'I' then

Line 1129: l_bool :=fnd_installation.get(appl_id => 805

1125: --
1126: -- Changed to treat null as 'N' and not as 'Y'
1127: if nvl(fnd_profile.value('BEN_QUA_IN_GR_LER'),'N') = 'Y' then
1128:
1129: l_bool :=fnd_installation.get(appl_id => 805
1130: ,dep_appl_id =>805
1131: ,status => l_status
1132: ,industry => l_industry);
1133: if l_status = 'I' then