DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on OZF_SD_REQUEST_HEADERS_ALL_B

Line 1093: FROM ozf_sd_request_headers_all_b

1089:
1090: --Ship - Debit Enhancements / Added by Pranay
1091: CURSOR c_sd_request_header_id(p_list_header_id IN NUMBER) IS
1092: SELECT request_header_id
1093: FROM ozf_sd_request_headers_all_b
1094: WHERE offer_id =p_list_header_id;
1095:
1096: -- nirprasa, cursor for currency conversion type.
1097: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS