DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_OFFERS

Line 6823: FROM ozf_offers

6819:
6820:
6821: CURSOR c_offer_info (p_offer_id IN NUMBER) IS
6822: SELECT offer_type
6823: FROM ozf_offers
6824: WHERE qp_list_header_id = p_offer_id;
6825:
6826: CURSOR c_offinvoice_gl_post_flag(p_org_id IN NUMBER) IS
6827: SELECT NVL(sob.gl_acct_for_offinv_flag, 'F')