DBA Data[Home] [Help]

APPS.BEN_CHECK_ORGANIZATION dependencies on FND_INSTALLATION

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

49: if p_date_from = hr_api.g_date and p_date_to = hr_api.g_date then
50: hr_utility.set_location('returning to bypass the validation ',11);
51: return;
52: else
53: if (fnd_installation.get(appl_id => 805
54: ,dep_appl_id => 805
55: ,status => l_status
56: ,industry => l_industry)) then
57: if (l_status = 'I') then

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

83: p_organization_id IN hr_all_organization_units.organization_id%TYPE
84: )
85: is
86: Begin
87: if (fnd_installation.get(appl_id => 805
88: ,dep_appl_id => 805
89: ,status => l_status
90: ,industry => l_industry)) then
91: if (l_status = 'I') then