DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on OZF_OFFER_PVT

Line 2697: l_offer_hdr_rec OZF_OFFER_PVT.modifier_list_rec_type;

2693: l_pvt_fund_rec2 OZF_FUNDS_PVT.fund_rec_type;
2694: l_pvt_fund_rec3 OZF_FUNDS_PVT.fund_rec_type;
2695:
2696: l_modifier_list_rec OZF_OFFER_PUB.modifier_list_rec_type;
2697: l_offer_hdr_rec OZF_OFFER_PVT.modifier_list_rec_type;
2698: l_budget_tbl OZF_OFFER_PUB.budget_tbl_type;
2699: l_act_product_tbl OZF_OFFER_PUB.act_product_tbl_type;
2700: l_discount_tbl OZF_OFFER_PUB.discount_line_tbl_type;
2701: l_excl_tbl OZF_OFFER_PUB.excl_rec_tbl_type;

Line 3339: OZF_OFFER_PVT.update_offer_status

3335: l_offer_hdr_rec.status_code := 'ACTIVE';
3336: l_offer_hdr_rec.offer_type := 'ACCRUAL';
3337: l_offer_hdr_rec.user_status_id :=1604;
3338:
3339: OZF_OFFER_PVT.update_offer_status
3340: (
3341: p_commit => fnd_api.g_false,
3342: x_return_status => l_return_status,
3343: x_msg_count => x_msg_count,