DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on CSI_UTL_PKG

Line 4002: csi_utl_pkg.amend_contracts(

3998: IF l_oth_iir_tbl(l_o_ind).relationship_type_code IN (
3999: 'REPLACED-BY', 'REPLACEMENT-FOR', 'UPGRADED-FROM')
4000: THEN
4001:
4002: csi_utl_pkg.amend_contracts(
4003: p_relationship_type_code => l_oth_iir_tbl(l_o_ind).relationship_type_code,
4004: p_object_instance_id => l_oth_iir_tbl(l_o_ind).object_id,
4005: p_subject_instance_id => l_oth_iir_tbl(l_o_ind).subject_id,
4006: p_trx_rec => p_transaction_rec,