DBA Data[Home] [Help]

APPS.BEN_LETRG_CACHE dependencies on FND_INSTALLATION

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

184: --
185: -- Check if definitions exist for the source table and BGP ID combination
186: --
187: l_ele_num := 0;
188: l_bool :=fnd_installation.get(appl_id => 805
189: ,dep_appl_id =>805
190: ,status => l_status
191: ,industry => l_industry);
192:

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

300: --
301: if l_found then
302: --
303: l_ele_num := 0;
304: l_bool :=fnd_installation.get(appl_id => 805
305: ,dep_appl_id =>805
306: ,status => l_status
307: ,industry => l_industry);
308:

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

426: --
427: if l_found then
428: --
429: l_ele_num := 0;
430: l_bool :=fnd_installation.get(appl_id => 805
431: ,dep_appl_id =>805
432: ,status => l_status
433: ,industry => l_industry);
434: