DBA Data[Home] [Help]

APPS.OZF_BUDGETAPPROVAL_PVT dependencies on QP_LIST_HEADERS

Line 2957: FROM ozf_offers , qp_list_headers qph

2953: -- AND status_code = 'PENDING'; -- should it be pending validation?
2954:
2955: CURSOR c_offer_info(p_object_id IN NUMBER) IS
2956: SELECT offer_type,custom_setup_id, reusable,offer_amount,offer_code,owner_id, qph.description
2957: FROM ozf_offers , qp_list_headers qph
2958: WHERE qp_list_header_id = p_object_id
2959: and qp_list_header_id = qph.list_header_id ;
2960:
2961: --kdass 09-DEC-2005 bug 4870218 - SQL ID# 14892629