DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_IEA_VALUES_PKG

Line 25809: CSI_IEA_VALUES_PKG.Insert_Row

25805: END IF;
25806:
25807: IF p_called_from_grp <> FND_API.G_TRUE THEN
25808: -- Create a record in csi_iea_values
25809: CSI_IEA_VALUES_PKG.Insert_Row
25810: (
25811: l_attribute_value_id
25812: ,p_ext_attrib_rec.attribute_id
25813: ,p_ext_attrib_rec.instance_id

Line 26169: CSI_IEA_VALUES_PKG.Update_Row

26165: -- Get the new object version number
26166: l_ext_attrib_rec.object_version_number :=
26167: csi_extend_attrib_vld_pvt.get_object_version_number(l_ext_attrib_rec.object_version_number);
26168:
26169: CSI_IEA_VALUES_PKG.Update_Row
26170: (
26171: l_attribute_value_id
26172: ,p_ext_attrib_rec.attribute_id
26173: ,p_ext_attrib_rec.instance_id