DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_SWI dependencies on IRC_OFFER_STATUS_HISTORY_API

Line 61: irc_offer_status_history_api.create_offer_status_history

57: );
58: --
59: -- Call API
60: --
61: irc_offer_status_history_api.create_offer_status_history
62: (p_validate => l_validate
63: ,p_effective_date => p_effective_date
64: ,p_offer_id => p_offer_id
65: ,p_status_change_date => p_status_change_date

Line 171: irc_offer_status_history_api.update_offer_status_history

167: --
168: --
169: -- Call API
170: --
171: irc_offer_status_history_api.update_offer_status_history
172: (p_validate => l_validate
173: ,p_effective_date => p_effective_date
174: ,p_offer_status_history_id => p_offer_status_history_id
175: ,p_offer_id => p_offer_id

Line 274: irc_offer_status_history_api.delete_offer_status_history

270: --
271: --
272: -- Call API
273: --
274: irc_offer_status_history_api.delete_offer_status_history
275: (p_validate => l_validate
276: ,p_offer_id => p_offer_id
277: ,p_effective_date => p_effective_date
278: );