DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_IEA_VALUES_H_PKG

Line 25878: CSI_IEA_VALUES_H_PKG.Insert_Row(

25874: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
25875:
25876: l_dump_frequency_flag :='N';
25877: -- Create a history
25878: CSI_IEA_VALUES_H_PKG.Insert_Row(
25879: l_attribute_value_h_id
25880: ,l_attribute_value_id
25881: ,p_txn_rec.transaction_id
25882: ,NULL

Line 26260: csi_iea_values_h_pkg.update_row (

26256: CLOSE ieav_hist_csr;
26257:
26258: IF l_ieav_hist_csr.full_dump_flag = 'Y'
26259: THEN
26260: csi_iea_values_h_pkg.update_row (
26261: p_attribute_value_history_id => l_ieav_hist_id ,
26262: p_attribute_value_id => fnd_api.g_miss_num ,
26263: p_transaction_id => fnd_api.g_miss_num ,
26264: p_old_attribute_value => fnd_api.g_miss_char ,

Line 26598: csi_iea_values_h_pkg.update_row (

26594: l_ieav_hist_csr.new_attribute15 := l_temp_ext_attrib_rec.attribute15;
26595: END IF;
26596: --
26597:
26598: csi_iea_values_h_pkg.update_row (
26599: p_attribute_value_history_id => l_ieav_hist_id ,
26600: p_attribute_value_id => fnd_api.g_miss_num ,
26601: p_transaction_id => fnd_api.g_miss_num ,
26602: p_old_attribute_value => l_ieav_hist_csr.old_attribute_value ,

Line 26724: CSI_IEA_VALUES_H_PKG.Insert_Row(

26720: l_temp_ext_attrib_rec.ATTRIBUTE15 := l_ext_attrib_rec.ATTRIBUTE15;
26721: END IF;
26722:
26723: -- Create a history
26724: CSI_IEA_VALUES_H_PKG.Insert_Row(
26725: l_attribute_value_h_id
26726: ,l_attribute_value_id
26727: ,p_txn_rec.transaction_id
26728: ,l_ext_attrib_rec.attribute_value

Line 26972: CSI_IEA_VALUES_H_PKG.Insert_Row(

26968: l_ext_att_hist_rec.new_attribute15 := p_ext_attrib_rec.attribute15 ;
26969: END IF;
26970:
26971: -- Create a history
26972: CSI_IEA_VALUES_H_PKG.Insert_Row(
26973: l_attribute_value_h_id
26974: ,l_attribute_value_id
26975: ,p_txn_rec.transaction_id
26976: ,l_ext_att_hist_rec.old_attribute_value