DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_IB_PVT dependencies on CSI_I_PARTIES

Line 2497: from csi_i_parties

2493:
2494: --cursor to get owner party rec
2495: cursor l_csi_owner_csr(p_instance_id in number) is
2496: select *
2497: from csi_i_parties
2498: where instance_id = p_instance_id
2499: and relationship_type_code = 'OWNER'
2500: and active_end_date is null;
2501: