DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_VERSION_LABELS_H_PKG

Line 23236: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

23232: l_version_label_hist_id := CSI_Instance_parties_vld_pvt.gen_ver_label_hist_id;
23233:
23234: -- Call the table handlers to insert into history table
23235:
23236: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
23237: (
23238: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
23239: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
23240: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 23587: CSI_I_VERSION_LABELS_H_PKG.Update_Row

23583: CLOSE version_hist_csr;
23584:
23585: IF l_version_hist_csr.full_dump_flag = 'Y'
23586: THEN
23587: CSI_I_VERSION_LABELS_H_PKG.Update_Row
23588: (
23589: p_VERSION_LABEL_HISTORY_ID => l_version_hist_id ,
23590: p_VERSION_LABEL_ID => fnd_api.g_miss_num ,
23591: p_TRANSACTION_ID => fnd_api.g_miss_num ,

Line 23960: csi_i_version_labels_h_pkg.update_row

23956: l_version_hist_csr.new_attribute15 := p_version_label_rec.attribute15;
23957: END IF;
23958: --
23959:
23960: csi_i_version_labels_h_pkg.update_row
23961: (
23962: p_version_label_history_id => l_version_hist_id ,
23963: p_version_label_id => fnd_api.g_miss_num ,
23964: p_transaction_id => fnd_api.g_miss_num ,

Line 24089: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24085: END IF;
24086:
24087: -- Call the table handlers to insert into history table
24088:
24089: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24090: (
24091: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24092: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
24093: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 24360: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24356: l_ver_label_hist_rec.new_attribute15 := p_version_label_rec.attribute15 ;
24357: END IF;
24358:
24359: -- Call the table handlers to insert into history table
24360: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24361: (
24362: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24363: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
24364: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 24690: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24686: -- changed columns have old and new values while the unchanged values have old and new values
24687: -- exactly same
24688:
24689: -- Call the table handlers to insert into history table
24690: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24691: (
24692: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24693: p_VERSION_LABEL_ID => p_version_label_rec.version_label_id ,
24694: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 24751: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24747: -- If the mod value is not equal to zero then dump only the changed columns
24748: -- while the unchanged values have old and new values as null
24749:
24750: -- Call the table handlers to insert into history table
24751: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24752: (
24753: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24754: p_VERSION_LABEL_ID => p_version_label_rec.version_label_id ,
24755: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,