DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_VERSION_LABELS_H_PKG

Line 23789: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

23785: l_version_label_hist_id := CSI_Instance_parties_vld_pvt.gen_ver_label_hist_id;
23786:
23787: -- Call the table handlers to insert into history table
23788:
23789: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
23790: (
23791: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
23792: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
23793: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 24144: CSI_I_VERSION_LABELS_H_PKG.Update_Row

24140: CLOSE version_hist_csr;
24141:
24142: IF l_version_hist_csr.full_dump_flag = 'Y'
24143: THEN
24144: CSI_I_VERSION_LABELS_H_PKG.Update_Row
24145: (
24146: p_VERSION_LABEL_HISTORY_ID => l_version_hist_id ,
24147: p_VERSION_LABEL_ID => fnd_api.g_miss_num ,
24148: p_TRANSACTION_ID => fnd_api.g_miss_num ,

Line 24517: csi_i_version_labels_h_pkg.update_row

24513: l_version_hist_csr.new_attribute15 := p_version_label_rec.attribute15;
24514: END IF;
24515: --
24516:
24517: csi_i_version_labels_h_pkg.update_row
24518: (
24519: p_version_label_history_id => l_version_hist_id ,
24520: p_version_label_id => fnd_api.g_miss_num ,
24521: p_transaction_id => fnd_api.g_miss_num ,

Line 24646: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24642: END IF;
24643:
24644: -- Call the table handlers to insert into history table
24645:
24646: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24647: (
24648: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24649: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
24650: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 24917: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

24913: l_ver_label_hist_rec.new_attribute15 := p_version_label_rec.attribute15 ;
24914: END IF;
24915:
24916: -- Call the table handlers to insert into history table
24917: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
24918: (
24919: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
24920: p_VERSION_LABEL_ID => p_version_label_rec.VERSION_LABEL_ID ,
24921: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 25251: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

25247: -- changed columns have old and new values while the unchanged values have old and new values
25248: -- exactly same
25249:
25250: -- Call the table handlers to insert into history table
25251: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
25252: (
25253: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
25254: p_VERSION_LABEL_ID => p_version_label_rec.version_label_id ,
25255: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,

Line 25312: CSI_I_VERSION_LABELS_H_PKG.Insert_Row

25308: -- If the mod value is not equal to zero then dump only the changed columns
25309: -- while the unchanged values have old and new values as null
25310:
25311: -- Call the table handlers to insert into history table
25312: CSI_I_VERSION_LABELS_H_PKG.Insert_Row
25313: (
25314: px_VERSION_LABEL_HISTORY_ID => l_version_label_hist_id ,
25315: p_VERSION_LABEL_ID => p_version_label_rec.version_label_id ,
25316: p_TRANSACTION_ID => p_txn_rec.TRANSACTION_ID ,