DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on CSI_I_PARTIES_H

Line 1184: FROM csi_i_parties_h

1180: x_index := 1;
1181: BEGIN
1182: SELECT 'x'
1183: INTO l_dummy
1184: FROM csi_i_parties_h
1185: WHERE transaction_id = p_transaction_id
1186: AND ROWNUM = 1;
1187: csi_party_relationships_pvt.get_inst_party_rel_hist
1188: ( p_api_version => 1.0