DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_INV_UTIL_GRP

Line 1778: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty

1774: IF (p_system_quantity is NULL ) THEN
1775: IF p_lpn_id IS NOT NULL THEN
1776: IF p_inventory_item_id IS NOT NULL THEN
1777: -- Looking for a quanitity for an item withing a specific container.
1778: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty
1779: (
1780: p_api_version => 1.0
1781: , p_init_msg_lst => fnd_api.g_true
1782: , p_commit => fnd_api.g_true

Line 1805: MTL_INV_UTIL_GRP.Calculate_Systemquantity

1801: END IF;
1802: ELSE
1803:
1804: -- No container given, regulare system quantity requested
1805: MTL_INV_UTIL_GRP.Calculate_Systemquantity
1806: (p_api_version => 0.9
1807: ,x_return_status => x_return_status
1808: ,x_msg_count => x_msg_count
1809: ,x_msg_data => x_msg_data

Line 1940: MTL_INV_UTIL_GRP.Get_Item_Cost(

1936:
1937: /* Bug 5409309 -Commenting out the following call to get the item cost.
1938: Using the new local procedure get_item_cost
1939: to fetch the item cost
1940: MTL_INV_UTIL_GRP.Get_Item_Cost(
1941: p_api_version => 0.9,
1942: x_return_status => x_return_status,
1943: x_msg_count => x_msg_count,
1944: x_msg_data => x_msg_data,

Line 6281: --L_serial_status := MTL_INV_UTIL_GRP.CHECK_SERIAL_NUMBER_LOCATION (u1,u5,u6,u7,u10,u11,u12,u13,u14,u15);

6277: P_LOCATOR_ID =>u14,
6278: P_RECEIPT_ISSUE_FLAG =>u15,
6279: P_VALIDATE => 'Y'
6280: );
6281: --L_serial_status := MTL_INV_UTIL_GRP.CHECK_SERIAL_NUMBER_LOCATION (u1,u5,u6,u7,u10,u11,u12,u13,u14,u15);
6282: --
6283:
6284: IF (l_debug = 1) THEN
6285: MDEBUG( 'Process- within check-serial after call qtybetwn='||x_return_status);