DBA Data[Home] [Help]

APPS.OZF_OFFER_PVT dependencies on OZF_FUND_ADJUSTMENT_PVT

Line 2797: OZF_Fund_Adjustment_PVT.post_utilized_budget(

2793: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
2794: RAISE Fnd_Api.g_exc_unexpected_error;
2795: END IF;
2796:
2797: OZF_Fund_Adjustment_PVT.post_utilized_budget(
2798: p_offer_id => p_offer_rec.qp_list_header_id
2799: ,p_offer_type => 'LUMPSUM'
2800: ,p_api_version => p_api_version
2801: ,p_init_msg_list => p_init_msg_list

Line 2941: OZF_Fund_Adjustment_PVT.post_utilized_budget(

2937: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
2938: RAISE Fnd_Api.g_exc_unexpected_error;
2939: END IF;
2940:
2941: OZF_Fund_Adjustment_PVT.post_utilized_budget(
2942: p_offer_id => p_offer_rec.qp_list_header_id
2943: ,p_offer_type => 'SCAN_DATA'
2944: ,p_api_version => p_api_version
2945: ,p_init_msg_list => p_init_msg_list