DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_API dependencies on IRC_NOTES_API

Line 96: irc_notes_api.create_note

92: --
93: -- Create note record for the newly created offer status history record.
94: --
95: if (P_NOTE_TEXT is not null) then
96: irc_notes_api.create_note
97: (
98: p_validate => p_validate
99: ,p_offer_status_history_id => l_offer_status_history_id
100: ,p_note_text => p_note_text

Line 248: irc_notes_api.create_note

244: --
245: -- Create note record for the updated offer status history record.
246: --
247: if (P_NOTE_TEXT is not null) then
248: irc_notes_api.create_note
249: (
250: p_validate => p_validate
251: ,p_offer_status_history_id => p_offer_status_history_id
252: ,p_note_text => p_note_text