DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on MTL_SERIAL_CHECK

Line 502: --Call the procedure mtl_serial_check.inv_serial_info for validating

498: return;
499: ELSIF p_trolin_rec.serial_number_start IS NOT NULL
500: THEN
501: --Bug #2659444
502: --Call the procedure mtl_serial_check.inv_serial_info for validating
503: --serial prefixes, quantity between serials. (Replaced the existing validations
504: --with this call since it was not complete)
505: l_temp_bool := mtl_serial_check.inv_serial_info(
506: p_from_serial_number => p_trolin_rec.serial_number_start,

Line 505: l_temp_bool := mtl_serial_check.inv_serial_info(

501: --Bug #2659444
502: --Call the procedure mtl_serial_check.inv_serial_info for validating
503: --serial prefixes, quantity between serials. (Replaced the existing validations
504: --with this call since it was not complete)
505: l_temp_bool := mtl_serial_check.inv_serial_info(
506: p_from_serial_number => p_trolin_rec.serial_number_start,
507: p_to_serial_number => p_trolin_rec.serial_number_end,
508: x_prefix => l_start_prefix,
509: x_quantity => l_quantity,