DBA Data[Home] [Help]

APPS.WMS_ASN_LOT_ATT dependencies on INV_SERIAL_NUMBER_PUB

Line 2249: IF inv_serial_number_pub.is_serial_unique

2245: IF ( (l_current_status <> 5) OR (l_current_status = 5 AND l_group_mark_id > 0) )
2246: AND NOT (l_current_status = 4 AND l_serial_profile = 2 ) --Added bug#4122161.
2247: THEN
2248:
2249: IF inv_serial_number_pub.is_serial_unique
2250: -- Need to do uniqueness check here
2251: -- If any serial is in use, then
2252: -- discard the entire range insertion.
2253: (p_org_id => p_organization_id,