DBA Data[Home] [Help]

APPS.WIP_SERIAL_ASSOC_VALIDATIONS dependencies on WIP_UTILITIES

Line 286: wip_utilities.generate_serials(p_org_id => p_organization_id,

282: begin
283: x_return_status := fnd_api.g_ret_sts_success;
284: for l_ser_rec in c_serials loop
285: l_start_serial_num := l_ser_rec.serial_number_new;
286: wip_utilities.generate_serials(p_org_id => p_organization_id,
287: p_item_id => l_ser_rec.primary_item_id,
288: p_qty => 1,
289: p_wip_entity_id => null, --processing code will fill this in later.
290: p_revision => null,