DBA Data[Home] [Help]

APPS.EAM_ASSET_NUMBER_PVT dependencies on MTL_SERIAL_CHECK

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

1737:
1738: -- API body
1739:
1740: -- added to fix bug 2446341
1741: -- get serial_number_type and pass it to mtl_serial_check.SNUniqueCheck
1742:
1743: x_ser_num_in_item_id := FALSE;
1744: select serial_number_type
1745: into l_serial_number_type

Line 1749: mtl_serial_check.SNUniqueCheck(

1745: into l_serial_number_type
1746: from mtl_parameters
1747: where organization_id = p_organization_id;
1748:
1749: mtl_serial_check.SNUniqueCheck(
1750: p_api_version => 0.9,
1751: x_return_status => x_return_status,
1752: x_errorcode => x_errorcode,
1753: x_msg_count => x_msg_count,