DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on WSH_ITM_RESPONSE_LINES

Line 230: FROM wsh_itm_response_lines wl,

226: resultout IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
227: IS
228: CURSOR C_Resp_Lines(cp_response_header_id NUMBER) IS
229: SELECT wl.Error_Text, wl.denied_party_flag, wp.Party_name
230: FROM wsh_itm_response_lines wl,
231: wsh_itm_parties wp
232: WHERE wl.Response_header_id = cp_response_header_id
233: AND wp.party_id = wl.party_id;
234: