DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_IB_PVT dependencies on CSI_I_PARTIES

Line 2524: from csi_i_parties

2520:
2521: --cursor to get owner party rec
2522: cursor l_csi_owner_csr(p_instance_id in number) is
2523: select *
2524: from csi_i_parties
2525: where instance_id = p_instance_id
2526: and relationship_type_code = 'OWNER'
2527: and active_end_date is null;
2528: