DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on WSH_ITM_RESPONSE_LINES

Line 1501: FROM wsh_itm_response_lines wl,

1497: ) IS
1498:
1499: CURSOR C_Resp_Lines(cp_response_header_id NUMBER) IS
1500: SELECT wl.Error_Text,wl.denied_party_flag,wp.Party_name
1501: FROM wsh_itm_response_lines wl,
1502: wsh_itm_parties wp
1503: WHERE wl.Response_header_id = cp_response_header_id
1504: AND wp.party_id = wl.party_id;
1505: