DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_IEA_VALUES_H_PKG

Line 26443: CSI_IEA_VALUES_H_PKG.Insert_Row(

26439: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
26440:
26441: l_dump_frequency_flag :='N';
26442: -- Create a history
26443: CSI_IEA_VALUES_H_PKG.Insert_Row(
26444: l_attribute_value_h_id
26445: ,l_attribute_value_id
26446: ,p_txn_rec.transaction_id
26447: ,NULL

Line 26829: csi_iea_values_h_pkg.update_row (

26825: CLOSE ieav_hist_csr;
26826:
26827: IF l_ieav_hist_csr.full_dump_flag = 'Y'
26828: THEN
26829: csi_iea_values_h_pkg.update_row (
26830: p_attribute_value_history_id => l_ieav_hist_id ,
26831: p_attribute_value_id => fnd_api.g_miss_num ,
26832: p_transaction_id => fnd_api.g_miss_num ,
26833: p_old_attribute_value => fnd_api.g_miss_char ,

Line 27167: csi_iea_values_h_pkg.update_row (

27163: l_ieav_hist_csr.new_attribute15 := l_temp_ext_attrib_rec.attribute15;
27164: END IF;
27165: --
27166:
27167: csi_iea_values_h_pkg.update_row (
27168: p_attribute_value_history_id => l_ieav_hist_id ,
27169: p_attribute_value_id => fnd_api.g_miss_num ,
27170: p_transaction_id => fnd_api.g_miss_num ,
27171: p_old_attribute_value => l_ieav_hist_csr.old_attribute_value ,

Line 27293: CSI_IEA_VALUES_H_PKG.Insert_Row(

27289: l_temp_ext_attrib_rec.ATTRIBUTE15 := l_ext_attrib_rec.ATTRIBUTE15;
27290: END IF;
27291:
27292: -- Create a history
27293: CSI_IEA_VALUES_H_PKG.Insert_Row(
27294: l_attribute_value_h_id
27295: ,l_attribute_value_id
27296: ,p_txn_rec.transaction_id
27297: ,l_ext_attrib_rec.attribute_value

Line 27541: CSI_IEA_VALUES_H_PKG.Insert_Row(

27537: l_ext_att_hist_rec.new_attribute15 := p_ext_attrib_rec.attribute15 ;
27538: END IF;
27539:
27540: -- Create a history
27541: CSI_IEA_VALUES_H_PKG.Insert_Row(
27542: l_attribute_value_h_id
27543: ,l_attribute_value_id
27544: ,p_txn_rec.transaction_id
27545: ,l_ext_att_hist_rec.old_attribute_value