DBA Data[Home] [Help]

APPS.BEN_CHECK_ORGANIZATION dependencies on FND_INSTALLATION

Line 36: if (fnd_installation.get(appl_id => 805

32: ,p_date_to IN date
33: )
34: is
35: Begin
36: if (fnd_installation.get(appl_id => 805
37: ,dep_appl_id => 805
38: ,status => l_status
39: ,industry => l_industry)) then
40: if (l_status = 'I') then

Line 68: if (fnd_installation.get(appl_id => 805

64: p_organization_id IN hr_all_organization_units.organization_id%TYPE
65: )
66: is
67: Begin
68: if (fnd_installation.get(appl_id => 805
69: ,dep_appl_id => 805
70: ,status => l_status
71: ,industry => l_industry)) then
72: if (l_status = 'I') then