DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on CSI_I_PARTIES_H

Line 1183: FROM csi_i_parties_h

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