DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on OZF_OFFERS

Line 3988: FROM ozf_offers

3984:
3985: CURSOR c_offer_org(p_list_header_id IN NUMBER)
3986: IS
3987: SELECT org_id
3988: FROM ozf_offers
3989: WHERE qp_list_header_id = p_list_header_id;
3990:
3991: l_fund_old_status VARCHAR2(30);
3992: l_fund_old_amount NUMBER;

Line 5411: FROM ozf_offers

5407:
5408: -- julou: get custom_setup_id for FAB offer. bug fix for copy offer enhancement
5409: CURSOR c_custom_setup_id(p_obj_id NUMBER) IS
5410: SELECT custom_setup_id
5411: FROM ozf_offers
5412: WHERE qp_list_header_id = p_obj_id;
5413: -- julou: end
5414:
5415: BEGIN