DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on IRC_OFFER_STATUS_HISTORY_API

Line 659: irc_offer_status_history_api.create_offer_status_history

655: then
656: --
657: hr_utility.set_location(l_proc, 50);
658: --
659: irc_offer_status_history_api.create_offer_status_history
660: ( p_validate => p_validate
661: ,p_effective_date => p_effective_date
662: ,p_offer_status_history_id => l_offer_status_history_id
663: ,p_offer_id => p_offer_id

Line 1827: irc_offer_status_history_api.create_offer_status_history

1823: --
1824: -- Create offer history record for the newly created
1825: -- Offer record.
1826: --
1827: irc_offer_status_history_api.create_offer_status_history
1828: ( p_validate => p_validate
1829: , p_effective_date => l_effective_date
1830: , p_offer_status_history_id => l_offer_status_history_id
1831: , p_offer_id => l_offer_id

Line 3028: irc_offer_status_history_api.create_offer_status_history

3024: then
3025: --
3026: hr_utility.set_location(l_proc,140);
3027: --
3028: irc_offer_status_history_api.create_offer_status_history
3029: ( p_validate => p_validate
3030: , p_effective_date => l_effective_date
3031: , p_offer_status_history_id => l_offer_status_history_id
3032: , p_offer_id => p_offer_id

Line 3120: irc_offer_status_history_api.update_offer_status_history

3116: --
3117: end if;
3118: close csr_offer_status_history_id;
3119: --
3120: irc_offer_status_history_api.update_offer_status_history
3121: ( p_validate => p_validate
3122: , p_effective_date => l_effective_date
3123: , p_offer_status_history_id => l_offer_status_history_id
3124: , p_offer_id => p_offer_id

Line 3369: irc_offer_status_history_api.delete_offer_status_history

3365: --
3366: --
3367: -- Also delete the irc_offer_status_history record.
3368: --
3369: irc_offer_status_history_api.delete_offer_status_history
3370: (
3371: p_validate => p_validate
3372: ,p_offer_id => p_offer_id
3373: ,p_effective_date => l_effective_date

Line 3949: irc_offer_status_history_api.create_offer_status_history

3945: );
3946: --
3947: -- Create the offer status history record with the details
3948: --
3949: irc_offer_status_history_api.create_offer_status_history
3950: ( p_validate => p_validate
3951: , p_effective_date => p_effective_date
3952: , p_offer_id => l_offer_id
3953: , p_offer_status => l_prev_to_prev_offer_status