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 3185: CSI_I_PARTIES_H_PKG.update_Row

3181: CLOSE pty_hist_csr;
3182:
3183: IF l_pty_hist_csr.full_dump_flag = 'Y'
3184: THEN
3185: CSI_I_PARTIES_H_PKG.update_Row
3186: (
3187: p_INSTANCE_PARTY_HISTORY_ID => l_party_hist_id ,
3188: p_INSTANCE_PARTY_ID => fnd_api.g_miss_num ,
3189: p_TRANSACTION_ID => fnd_api.g_miss_num ,

Line 3625: CSI_I_PARTIES_H_PKG.update_Row

3621: l_pty_hist_csr.old_preferred_flag := fnd_api.g_miss_char;
3622: l_pty_hist_csr.new_preferred_flag := l_temp_party_rec.preferred_flag;
3623: END IF;
3624:
3625: CSI_I_PARTIES_H_PKG.update_Row
3626: (
3627: p_INSTANCE_PARTY_HISTORY_ID => l_party_hist_id ,
3628: p_INSTANCE_PARTY_ID => FND_API.G_MISS_NUM ,
3629: p_TRANSACTION_ID => FND_API.G_MISS_NUM ,

Line 3773: CSI_I_PARTIES_H_PKG.Insert_Row

3769: l_temp_party_rec.PREFERRED_FLAG := l_curr_party_rec.PREFERRED_FLAG ;
3770: END IF;
3771:
3772: -- Call table handlers to insert into csi_i_parties_h table
3773: CSI_I_PARTIES_H_PKG.Insert_Row
3774: (
3775: px_INSTANCE_PARTY_HISTORY_ID => l_inst_party_his_id ,
3776: p_INSTANCE_PARTY_ID => p_party_rec.INSTANCE_PARTY_ID ,
3777: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 4090: CSI_I_PARTIES_H_PKG.Insert_Row

4086: l_party_hist_rec.new_preferred_flag := p_party_rec.preferred_flag ;
4087: END IF;
4088:
4089: -- Call table handlers to insert into csi_i_parties_h table
4090: CSI_I_PARTIES_H_PKG.Insert_Row
4091: (
4092: px_INSTANCE_PARTY_HISTORY_ID => l_inst_party_his_id ,
4093: p_INSTANCE_PARTY_ID => p_party_rec.INSTANCE_PARTY_ID ,
4094: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,