1740: l_temp_prefix VARCHAR2(30);
1741: l_user_id NUMBER;
1742: l_login_id NUMBER;
1743: BEGIN
1744: l_user_id := FND_GLOBAL.user_id;
1745: l_login_id := FND_GLOBAL.login_id;
1746:
1747: --get the number part of from serial
1748: inv_validate.number_from_sequence(p_fm_serial, l_temp_prefix, l_from_ser_number);
1741: l_user_id NUMBER;
1742: l_login_id NUMBER;
1743: BEGIN
1744: l_user_id := FND_GLOBAL.user_id;
1745: l_login_id := FND_GLOBAL.login_id;
1746:
1747: --get the number part of from serial
1748: inv_validate.number_from_sequence(p_fm_serial, l_temp_prefix, l_from_ser_number);
1749: -- get the number part of the to serial