DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on OZF_OFFERS

Line 3586: FROM ozf_offers

3582:
3583: CURSOR c_offer_org(p_list_header_id IN NUMBER)
3584: IS
3585: SELECT org_id
3586: FROM ozf_offers
3587: WHERE qp_list_header_id = p_list_header_id;
3588:
3589: l_fund_old_status VARCHAR2(30);
3590: l_fund_old_amount NUMBER;

Line 5009: FROM ozf_offers

5005:
5006: -- julou: get custom_setup_id for FAB offer. bug fix for copy offer enhancement
5007: CURSOR c_custom_setup_id(p_obj_id NUMBER) IS
5008: SELECT custom_setup_id
5009: FROM ozf_offers
5010: WHERE qp_list_header_id = p_obj_id;
5011: -- julou: end
5012:
5013: BEGIN