DBA Data[Home] [Help]

APPS.WSH_CC_RESPONSE_PKG dependencies on WSH_CC_TRANS_CONTROL

Line 59: FROM WSH_CC_TRANS_CONTROL c, WSH_GTC_RESPONSE_RULES r

55: response_hdr_id NUMBER;
56:
57: CURSOR Get_Response_Header( trans_control_id NUMBER) IS
58: SELECT response_header_id, c.error_code, interpreted_value_code
59: FROM WSH_CC_TRANS_CONTROL c, WSH_GTC_RESPONSE_RULES r
60: WHERE transaction_control_id = trans_control_id and c.error_code = r.error_code(+) ;
61:
62:
63: CURSOR Get_Response_Line_Details( resp_header_id NUMBER) IS