DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_API dependencies on IRC_OFFER_STATUS_HISTORY_BK3

Line 356: IRC_OFFER_STATUS_HISTORY_BK3.delete_offer_status_history_b

352: --
353: -- Call Before Process User Hook
354: --
355: begin
356: IRC_OFFER_STATUS_HISTORY_BK3.delete_offer_status_history_b
357: ( P_OBJECT_VERSION_NUMBER => c_rec.object_version_number
358: ,P_OFFER_STATUS_HISTORY_ID => c_rec.offer_status_history_id
359: );
360: exception

Line 378: IRC_OFFER_STATUS_HISTORY_BK3.delete_offer_status_history_a

374: --
375: -- Call After Process User Hook
376: --
377: begin
378: IRC_OFFER_STATUS_HISTORY_BK3.delete_offer_status_history_a
379: ( P_OBJECT_VERSION_NUMBER => c_rec.object_version_number
380: ,P_OFFER_STATUS_HISTORY_ID => c_rec.offer_status_history_id
381: );
382: exception