DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on IRC_OFFER_STATUS_HISTORY_API

Line 728: irc_offer_status_history_api.create_offer_status_history

724: then
725: --
726: hr_utility.set_location(l_proc, 50);
727: --
728: irc_offer_status_history_api.create_offer_status_history
729: ( p_validate => p_validate
730: ,p_effective_date => p_effective_date
731: ,p_offer_status_history_id => l_offer_status_history_id
732: ,p_offer_id => p_offer_id

Line 1955: irc_offer_status_history_api.create_offer_status_history

1951: --
1952: -- Create offer history record for the newly created
1953: -- Offer record.
1954: --
1955: irc_offer_status_history_api.create_offer_status_history
1956: ( p_validate => p_validate
1957: , p_effective_date => l_effective_date
1958: , p_offer_status_history_id => l_offer_status_history_id
1959: , p_offer_id => l_offer_id

Line 3169: irc_offer_status_history_api.create_offer_status_history

3165: then
3166: --
3167: hr_utility.set_location(l_proc,140);
3168: --
3169: irc_offer_status_history_api.create_offer_status_history
3170: ( p_validate => p_validate
3171: , p_effective_date => l_effective_date
3172: , p_offer_status_history_id => l_offer_status_history_id
3173: , p_offer_id => p_offer_id

Line 3271: irc_offer_status_history_api.update_offer_status_history

3267: --
3268: end if;
3269: close csr_offer_status_history_id;
3270: --
3271: irc_offer_status_history_api.update_offer_status_history
3272: ( p_validate => p_validate
3273: , p_effective_date => l_effective_date
3274: , p_offer_status_history_id => l_offer_status_history_id
3275: , p_offer_id => p_offer_id

Line 3520: irc_offer_status_history_api.delete_offer_status_history

3516: --
3517: --
3518: -- Also delete the irc_offer_status_history record.
3519: --
3520: irc_offer_status_history_api.delete_offer_status_history
3521: (
3522: p_validate => p_validate
3523: ,p_offer_id => p_offer_id
3524: ,p_effective_date => l_effective_date

Line 4192: irc_offer_status_history_api.create_offer_status_history

4188: );
4189: --
4190: -- Create the offer status history record with the details
4191: --
4192: irc_offer_status_history_api.create_offer_status_history
4193: ( p_validate => p_validate
4194: , p_effective_date => p_effective_date
4195: , p_offer_id => l_offer_id
4196: , p_offer_status => l_prev_to_prev_offer_status