DBA Data[Home] [Help]

APPS.EAM_ASSET_NUMBER_PVT dependencies on MTL_SERIAL_CHECK

Line 1714: -- get serial_number_type and pass it to mtl_serial_check.SNUniqueCheck

1710:
1711: -- API body
1712:
1713: -- added to fix bug 2446341
1714: -- get serial_number_type and pass it to mtl_serial_check.SNUniqueCheck
1715:
1716: x_ser_num_in_item_id := FALSE;
1717: select serial_number_type
1718: into l_serial_number_type

Line 1722: mtl_serial_check.SNUniqueCheck(

1718: into l_serial_number_type
1719: from mtl_parameters
1720: where organization_id = p_organization_id;
1721:
1722: mtl_serial_check.SNUniqueCheck(
1723: p_api_version => 0.9,
1724: x_return_status => x_return_status,
1725: x_errorcode => x_errorcode,
1726: x_msg_count => x_msg_count,