DBA Data[Home] [Help]

APPS.WIP_UTILITIES dependencies on INV_SERIAL_NUMBER_PUB

Line 503: inv_serial_number_pub.updateserial(p_api_version => 1.0,

499: else
500: l_last_status := l_current_status;
501: end if;
502:
503: inv_serial_number_pub.updateserial(p_api_version => 1.0,
504: p_inventory_item_id => p_inventory_item_id,
505: p_organization_id => p_organization_id,
506: p_serial_number => p_serial_number,
507: p_initialization_date => l_initialization_date,

Line 575: l_status := inv_serial_number_pub.generate_serials(p_org_id => p_org_id,

571: l_qty NUMBER := p_qty;
572: begin
573: x_return_status := fnd_api.g_ret_sts_success;
574: if(x_start_serial is null) then
575: l_status := inv_serial_number_pub.generate_serials(p_org_id => p_org_id,
576: p_item_id => p_item_id,
577: p_qty => p_qty,
578: p_wip_id => p_wip_entity_id,
579: p_group_mark_id => p_wip_entity_id,

Line 589: l_status := inv_serial_number_pub.validate_serials(p_org_id => p_org_id,

585: x_end_ser => x_end_serial,
586: x_proc_msg => x_err_msg);
587: else
588: l_qty := p_qty;
589: l_status := inv_serial_number_pub.validate_serials(p_org_id => p_org_id,
590: p_item_id => p_item_id,
591: p_qty => l_qty,
592: p_wip_entity_id => p_wip_entity_id,
593: p_group_mark_id => p_wip_entity_id,