DBA Data[Home] [Help]

APPS.INV_EAM_ASSET_NUMBER_PVT dependencies on MTL_SERIAL_CHECK

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

111:
112: -- API body
113:
114: -- added to fix bug 2446341
115: -- get serial_number_type and pass it to mtl_serial_check.SNUniqueCheck
116:
117: x_ser_num_in_item_id := FALSE;
118: select serial_number_type
119: into l_serial_number_type

Line 123: mtl_serial_check.SNUniqueCheck(

119: into l_serial_number_type
120: from mtl_parameters
121: where organization_id = p_organization_id;
122:
123: mtl_serial_check.SNUniqueCheck(
124: p_api_version => 0.9,
125: x_return_status => x_return_status,
126: x_errorcode => x_errorcode,
127: x_msg_count => x_msg_count,