DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_INV_UTIL_GRP

Line 1876: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty

1872: -- IF p_lpn_id IS NOT NULL THEN
1873: IF MTL_CCEOI_VAR_PVT.G_LPN_ID IS NOT NULL THEN -- 8300310
1874: IF p_inventory_item_id IS NOT NULL THEN
1875: -- Looking for a quanitity for an item withing a specific container.
1876: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty
1877: (
1878: p_api_version => 0.9
1879: , p_init_msg_lst => fnd_api.g_true
1880: , p_commit => fnd_api.g_true

Line 1898: mdebug('MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty :' || L_system_quantity);

1894: , x_lpn_sec_systemqty => L_secondary_system_quantity -- INVCONV
1895: );
1896:
1897: IF (l_debug = 1) THEN
1898: mdebug('MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty :' || L_system_quantity);
1899: END IF;
1900:
1901:
1902: ELSE

Line 1913: MTL_INV_UTIL_GRP.Calculate_Systemquantity

1909: END IF;
1910: ELSE
1911:
1912: -- No container given, regulare system quantity requested
1913: MTL_INV_UTIL_GRP.Calculate_Systemquantity
1914: (p_api_version => 0.9
1915: ,x_return_status => x_return_status
1916: ,x_msg_count => x_msg_count
1917: ,x_msg_data => x_msg_data

Line 1934: mdebug('MTL_INV_UTIL_GRP.Calculate_Systemquantity :' || L_system_quantity);

1930: ,x_sec_system_quantity => L_secondary_system_quantity -- INVCONV
1931: );
1932:
1933: IF (l_debug = 1) THEN
1934: mdebug('MTL_INV_UTIL_GRP.Calculate_Systemquantity :' || L_system_quantity);
1935: END IF;
1936:
1937: END IF;
1938:

Line 2058: MTL_INV_UTIL_GRP.Get_Item_Cost(

2054:
2055: /* Bug 5409309 -Commenting out the following call to get the item cost.
2056: Using the new local procedure get_item_cost
2057: to fetch the item cost
2058: MTL_INV_UTIL_GRP.Get_Item_Cost(
2059: p_api_version => 0.9,
2060: x_return_status => x_return_status,
2061: x_msg_count => x_msg_count,
2062: x_msg_data => x_msg_data,

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

6452: P_LOCATOR_ID =>u14,
6453: P_RECEIPT_ISSUE_FLAG =>u15,
6454: P_VALIDATE => 'Y'
6455: );
6456: --L_serial_status := MTL_INV_UTIL_GRP.CHECK_SERIAL_NUMBER_LOCATION (u1,u5,u6,u7,u10,u11,u12,u13,u14,u15);
6457: --
6458:
6459: IF (l_debug = 1) THEN
6460: MDEBUG( 'Process- within check-serial after call qtybetwn='||x_return_status);