DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on WSH_ITM_RESPONSE_LINES

Line 1297: FROM wsh_itm_response_lines wl,

1293: ) IS
1294:
1295: CURSOR C_Resp_Lines(cp_response_header_id NUMBER) IS
1296: SELECT wl.Error_Text,wl.denied_party_flag,wp.Party_name
1297: FROM wsh_itm_response_lines wl,
1298: wsh_itm_parties wp
1299: WHERE wl.Response_header_id = cp_response_header_id
1300: AND wp.party_id = wl.party_id;
1301: