DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_ORG_UNIT_VLD_PVT

Line 26806: l_dump_frequency := csi_org_unit_vld_pvt.get_full_dump_frequency;

26802: -- Get a unique org_assignment number from the sequence
26803: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
26804:
26805: -- Get full dump frequency from CSI_INSTALL_PARAMETERS
26806: l_dump_frequency := csi_org_unit_vld_pvt.get_full_dump_frequency;
26807: --
26808: IF l_dump_frequency IS NULL THEN
26809: RAISE FND_API.G_EXC_ERROR;
26810: END IF;