DBA Data[Home] [Help]

APPS.OZF_BUDGETAPPROVAL_PVT dependencies on QP_LIST_HEADERS

Line 2961: FROM ozf_offers , qp_list_headers qph

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