DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES_H_PKG

Line 2127: CSI_I_PARTIES_H_PKG.Insert_Row

2123: -- Generate a unique instance_party_history_id from the sequence
2124: l_inst_party_his_id := CSI_Instance_parties_vld_pvt.gen_inst_party_hist_id;
2125:
2126: -- Call table handlers to insert into csi_i_parties_h table
2127: CSI_I_PARTIES_H_PKG.Insert_Row
2128: (
2129: px_INSTANCE_PARTY_HISTORY_ID => l_inst_party_his_id ,
2130: p_INSTANCE_PARTY_ID => p_party_rec.INSTANCE_PARTY_ID ,
2131: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 3224: CSI_I_PARTIES_H_PKG.update_Row

3220: CLOSE pty_hist_csr;
3221:
3222: IF l_pty_hist_csr.full_dump_flag = 'Y'
3223: THEN
3224: CSI_I_PARTIES_H_PKG.update_Row
3225: (
3226: p_INSTANCE_PARTY_HISTORY_ID => l_party_hist_id ,
3227: p_INSTANCE_PARTY_ID => fnd_api.g_miss_num ,
3228: p_TRANSACTION_ID => fnd_api.g_miss_num ,

Line 3664: CSI_I_PARTIES_H_PKG.update_Row

3660: l_pty_hist_csr.old_preferred_flag := fnd_api.g_miss_char;
3661: l_pty_hist_csr.new_preferred_flag := l_temp_party_rec.preferred_flag;
3662: END IF;
3663:
3664: CSI_I_PARTIES_H_PKG.update_Row
3665: (
3666: p_INSTANCE_PARTY_HISTORY_ID => l_party_hist_id ,
3667: p_INSTANCE_PARTY_ID => FND_API.G_MISS_NUM ,
3668: p_TRANSACTION_ID => FND_API.G_MISS_NUM ,

Line 3812: CSI_I_PARTIES_H_PKG.Insert_Row

3808: l_temp_party_rec.PREFERRED_FLAG := l_curr_party_rec.PREFERRED_FLAG ;
3809: END IF;
3810:
3811: -- Call table handlers to insert into csi_i_parties_h table
3812: CSI_I_PARTIES_H_PKG.Insert_Row
3813: (
3814: px_INSTANCE_PARTY_HISTORY_ID => l_inst_party_his_id ,
3815: p_INSTANCE_PARTY_ID => p_party_rec.INSTANCE_PARTY_ID ,
3816: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 4129: CSI_I_PARTIES_H_PKG.Insert_Row

4125: l_party_hist_rec.new_preferred_flag := p_party_rec.preferred_flag ;
4126: END IF;
4127:
4128: -- Call table handlers to insert into csi_i_parties_h table
4129: CSI_I_PARTIES_H_PKG.Insert_Row
4130: (
4131: px_INSTANCE_PARTY_HISTORY_ID => l_inst_party_his_id ,
4132: p_INSTANCE_PARTY_ID => p_party_rec.INSTANCE_PARTY_ID ,
4133: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,