[Home] [Help]
26233: -- Get a unique org_assignment number from the sequence
26234: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
26235:
26236: -- Get full dump frequency from CSI_INSTALL_PARAMETERS
26237: l_dump_frequency := csi_org_unit_vld_pvt.get_full_dump_frequency;
26238: --
26239: IF l_dump_frequency IS NULL THEN
26240: RAISE FND_API.G_EXC_ERROR;
26241: END IF;