DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on OZF_SD_REQUEST_HEADERS_ALL_B

Line 938: FROM ozf_sd_request_headers_all_b

934:
935: --Ship - Debit Enhancements / Added by Pranay
936: CURSOR c_sd_request_header_id(p_list_header_id IN NUMBER) IS
937: SELECT request_header_id
938: FROM ozf_sd_request_headers_all_b
939: WHERE offer_id =p_list_header_id;
940:
941: -- nirprasa, cursor for currency conversion type.
942: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS