DBA Data[Home] [Help]

APPS.OZF_BUDGETAPPROVAL_PVT dependencies on OZF_OFFER_PVT

Line 2943: l_modifier_list_rec Ozf_Offer_Pvt.modifier_list_rec_type;

2939: l_strBody VARCHAR2(2000);
2940: l_owner_id NUMBER;
2941: l_notification_id NUMBER;
2942: l_amount_error VARCHAR2(300);
2943: l_modifier_list_rec Ozf_Offer_Pvt.modifier_list_rec_type;
2944: l_offer_code VARCHAR2(50);
2945: l_offer_name VARCHAR2(2000); -- change size from 50 to 2000 to accomodate long offer names
2946: l_budget_name VARCHAR2(240); -- change size from 50 to 240 to fix issue 2 in bug 4240968
2947: l_final_data VARCHAR2(2000);

Line 3276: Ozf_Offer_Pvt.Activate_Offer_Over( p_api_version => 1.0

3272: ozf_utility_pvt.Write_Conc_log('USER_STATUS_ID = ' || l_modifier_list_rec.USER_STATUS_ID);
3273:
3274: -- update offer status. if validation fail.
3275: --- otherwise to 'ACTIVE'
3276: Ozf_Offer_Pvt.Activate_Offer_Over( p_api_version => 1.0
3277: ,p_init_msg_list => FND_API.g_false
3278: ,p_commit => FND_API.g_false
3279: ,x_return_status => l_return_status
3280: ,x_msg_count => l_msg_count