DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_API dependencies on IRC_OFFER_STATUS_HISTORY_BK1

Line 62: IRC_OFFER_STATUS_HISTORY_BK1.create_offer_status_history_b

58: --
59: -- Call Before Process User Hook
60: --
61: begin
62: IRC_OFFER_STATUS_HISTORY_BK1.create_offer_status_history_b
63: ( P_EFFECTIVE_DATE => l_effective_date
64: ,P_OFFER_ID => P_OFFER_ID
65: ,P_STATUS_CHANGE_DATE => l_status_change_date
66: ,P_OFFER_STATUS => P_OFFER_STATUS

Line 109: IRC_OFFER_STATUS_HISTORY_BK1.create_offer_status_history_a

105: --
106: -- Call After Process User Hook
107: --
108: begin
109: IRC_OFFER_STATUS_HISTORY_BK1.create_offer_status_history_a
110: ( P_EFFECTIVE_DATE => l_effective_date
111: ,P_OFFER_ID => P_OFFER_ID
112: ,P_STATUS_CHANGE_DATE => l_status_change_date
113: ,P_OFFER_STATUS => P_OFFER_STATUS