DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on FND_PROFILE

Line 2706: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')

2702: --
2703: if l_offer_status = 'EXTENDED'
2704: then
2705: --
2706: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')
2707: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null
2708: then
2709: --
2710: other_extended_offers_count

Line 2707: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null

2703: if l_offer_status = 'EXTENDED'
2704: then
2705: --
2706: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')
2707: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null
2708: then
2709: --
2710: other_extended_offers_count
2711: ( p_applicant_assignment_id => l_prev_applicant_assignment_id

Line 3908: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')

3904: AND l_prev_to_prev_change_reason = 'APL_ACCEPTED'
3905: )
3906: then
3907: --
3908: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')
3909: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null
3910: then
3911: --
3912: -- This happens when an offer which was previously EXTENDED or was CLOSED and ACCEPTED

Line 3909: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null

3905: )
3906: then
3907: --
3908: if 'N' = fnd_profile.value('IRC_ALLOW_MULTI_OFFERS')
3909: OR fnd_profile.value('IRC_ALLOW_MULTI_OFFERS') is null
3910: then
3911: --
3912: -- This happens when an offer which was previously EXTENDED or was CLOSED and ACCEPTED
3913: -- is being taken off Hold.