DBA Data[Home] [Help]

APPS.INVPVHDR dependencies on INVPUOPI

Line 607: dumm_status := INVPUOPI.mtl_pr_parse_item_segments

603:
604: --Start 3360280:KFV validation using fnd_flex_keyval
605: --bug8478315, if cr.item_number contains only segment delimiters, re-populate item_number
606: if cr.item_number IS NULL or cr.item_number = g_null_item_number then
607: dumm_status := INVPUOPI.mtl_pr_parse_item_segments
608: (p_row_id => cr.rowid
609: ,item_number => l_item_number
610: ,item_id => l_item_id
611: ,err_text => err_text);

Line 615: dumm_status := INVPUOPI.mtl_pr_parse_item_number(l_item_number

611: ,err_text => err_text);
612:
613: --Bug: 5512333
614: if cr.item_number IS NOT NULL THEN
615: dumm_status := INVPUOPI.mtl_pr_parse_item_number(l_item_number
616: ,cr.inventory_item_id
617: ,cr.transaction_id
618: ,cr.organization_id
619: ,err_text

Line 624: dumm_status := INVPUOPI.mtl_log_interface_err(

620: ,cr.rowid);
621: if dumm_status < 0 THEN
622: status := 1;
623: error_msg := err_text; --bug13813134
624: dumm_status := INVPUOPI.mtl_log_interface_err(
625: cr.organization_id
626: ,user_id
627: ,login_id
628: ,prog_appid

Line 674: dumm_status := INVPUOPI.mtl_log_interface_err(

670: values_or_ids => 'I'); --bug 9172582, from FND team's suggestion, we append the new parameter 'values_or_ids'
671:
672: IF NOT l_valid_segments THEN
673: status := 1;
674: dumm_status := INVPUOPI.mtl_log_interface_err(
675: cr.organization_id,
676: user_id,
677: login_id,
678: prog_appid,

Line 703: dumm_status := INVPUOPI.mtl_log_interface_err(

699: FND_MESSAGE.SET_NAME ('INV', 'INV_ITEM_SEGMENTS_INVALID');
700: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', l_item_number);
701: error_msg := FND_MESSAGE.GET;
702:
703: dumm_status := INVPUOPI.mtl_log_interface_err(
704: cr.organization_id,
705: user_id,
706: login_id,
707: prog_appid,

Line 1062: dumm_status := INVPUOPI.mtl_log_interface_err(

1058: FND_MESSAGE.SET_NAME ('INV', 'INV_IOI_DUPLICATE_ITEM_MSI');
1059: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', cr.item_number);
1060: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
1061: error_msg := FND_MESSAGE.GET;
1062: dumm_status := INVPUOPI.mtl_log_interface_err(
1063: cr.organization_id,
1064: user_id,
1065: login_id,
1066: prog_appid,

Line 1111: dumm_status := INVPUOPI.mtl_log_interface_err(

1107: FND_MESSAGE.SET_NAME ('INV', 'INV_IOI_DUPLICATE_REC_MSII');
1108: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', cr.item_number);
1109: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
1110: error_msg := FND_MESSAGE.GET;
1111: dumm_status := INVPUOPI.mtl_log_interface_err(
1112: cr.organization_id,
1113: user_id,
1114: login_id,
1115: prog_appid,

Line 1226: dumm_status := INVPUOPI.mtl_log_interface_err(

1222: FND_MESSAGE.SET_NAME ('INV', 'INV_IOI_DUPLICATE_ITEM_MSI');
1223: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', cr.item_number);
1224: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
1225: error_msg := FND_MESSAGE.GET;
1226: dumm_status := INVPUOPI.mtl_log_interface_err(
1227: cr.organization_id,
1228: user_id,
1229: login_id,
1230: prog_appid,

Line 1361: dumm_status := INVPUOPI.mtl_log_interface_err(

1357: FND_MESSAGE.SET_NAME ('INV', 'INV_IOI_DUPLICATE_REC_MSII');
1358: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', cr.item_number);
1359: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
1360: error_msg := FND_MESSAGE.GET;
1361: dumm_status := INVPUOPI.mtl_log_interface_err(
1362: cr.organization_id,
1363: user_id,
1364: login_id,
1365: prog_appid,

Line 1384: dumm_status := INVPUOPI.mtl_log_interface_err(

1380: END IF; /* Crucial If*/
1381:
1382: -- added following IF condition to fix bug 8827755
1383: IF cr.description IS NULL THEN
1384: dumm_status := INVPUOPI.mtl_log_interface_err(
1385: cr.organization_id,
1386: user_id,
1387: login_id,
1388: prog_appid,

Line 1406: dumm_status := INVPUOPI.mtl_log_interface_err(

1402:
1403:
1404: /* R12C Desc Null chk, since check in Defaulting phase is bypassed for func generated ICC catalog items */
1405: IF cr.description IS NULL THEN
1406: dumm_status := INVPUOPI.mtl_log_interface_err(
1407: cr.organization_id,
1408: user_id,
1409: login_id,
1410: prog_appid,

Line 1441: dumm_status := INVPUOPI.mtl_log_interface_err(

1437: ** if either exists then INVPVDR5 handles it later.
1438: */
1439: if cr.PRIMARY_UOM_CODE is NULL
1440: and cr.PRIMARY_UNIT_OF_MEASURE is NULL then
1441: dumm_status := INVPUOPI.mtl_log_interface_err(
1442: cr.organization_id,
1443: user_id,
1444: login_id,
1445: prog_appid,

Line 1464: dumm_status := INVPUOPI.mtl_log_interface_err(

1460: -- validate INTERNAL_ORDER_FLAG
1461: -- Added for bug 4260213
1462: if cr.INTERNAL_ORDER_FLAG = 'Y' AND cr.SHIPPABLE_ITEM_FLAG = 'N'
1463: then
1464: dumm_status := INVPUOPI.mtl_log_interface_err(
1465: cr.organization_id,
1466: user_id,
1467: login_id,
1468: prog_appid,

Line 1486: dumm_status := INVPUOPI.mtl_log_interface_err(

1482:
1483: -- validate BOM_ITEM_TYPE
1484: --Added for bug 3436384
1485: if cr.BOM_ITEM_TYPE = 5 AND cr.CUSTOMER_ORDER_FLAG <> 'N' then
1486: dumm_status := INVPUOPI.mtl_log_interface_err(
1487: cr.organization_id,
1488: user_id,
1489: login_id,
1490: prog_appid,

Line 1507: dumm_status := INVPUOPI.mtl_log_interface_err(

1503: end if;
1504:
1505: if cr.BOM_ITEM_TYPE = 3 then
1506: if cr.CUSTOMER_ORDER_FLAG <> 'N' then
1507: dumm_status := INVPUOPI.mtl_log_interface_err(
1508: cr.organization_id,
1509: user_id,
1510: login_id,
1511: prog_appid,

Line 1526: dumm_status := INVPUOPI.mtl_log_interface_err(

1522: raise LOGGING_ERR;
1523: end if;
1524: end if;
1525: if cr.SHIPPABLE_ITEM_FLAG <> 'N' then
1526: dumm_status := INVPUOPI.mtl_log_interface_err(
1527: cr.organization_id,
1528: user_id,
1529: login_id,
1530: prog_appid,

Line 1548: dumm_status := INVPUOPI.mtl_log_interface_err(

1544: if cr.INTERNAL_ORDER_FLAG <> 'N' or
1545: cr.CUSTOMER_ORDER_FLAG <> 'N' or
1546: cr.PICK_COMPONENTS_FLAG <> 'N' or
1547: cr.REPLENISH_TO_ORDER_FLAG <> 'N' then
1548: dumm_status := INVPUOPI.mtl_log_interface_err(
1549: cr.organization_id,
1550: user_id,
1551: login_id,
1552: prog_appid,

Line 1570: dumm_status := INVPUOPI.mtl_log_interface_err(

1566: end if;
1567: if cr.BOM_ITEM_TYPE <> 4 then
1568: if cr.BUILD_IN_WIP_FLAG <> 'N' or
1569: cr.BASE_ITEM_ID is not NULL then
1570: dumm_status := INVPUOPI.mtl_log_interface_err(
1571: cr.organization_id,
1572: user_id,
1573: login_id,
1574: prog_appid,

Line 1598: dumm_status := INVPUOPI.mtl_log_interface_err(

1594: l_msg_name := 'INV_INTERNAL_OPTION_CLASS' ;
1595: elsif cr.BOM_ITEM_TYPE = 5 then
1596: l_msg_name := 'INV_INTERNAL_PRODUCT_FAMILY' ;
1597: end if;
1598: dumm_status := INVPUOPI.mtl_log_interface_err(
1599: cr.organization_id,
1600: user_id,
1601: login_id,
1602: prog_appid,

Line 1622: dumm_status := INVPUOPI.mtl_log_interface_err(

1618:
1619: -- validate stock_enabled_flag
1620: if cr.stock_enabled_flag = 'Y' and
1621: cr.INVENTORY_ITEM_FLAG <> 'Y' then
1622: dumm_status := INVPUOPI.mtl_log_interface_err(
1623: cr.organization_id,
1624: user_id,
1625: login_id,
1626: prog_appid,

Line 1651: dumm_status := INVPUOPI.mtl_log_interface_err(

1647:
1648: if cr.inventory_item_flag = 'Y' and
1649: --Bug: 2731125 cr.service_item_flag = 'Y' then
1650: cr.CONTRACT_ITEM_TYPE_CODE IN ('SERVICE','WARRANTY','USAGE') then
1651: dumm_status := INVPUOPI.mtl_log_interface_err(
1652: cr.organization_id,
1653: user_id,
1654: login_id,
1655: prog_appid,

Line 1683: dumm_status := INVPUOPI.mtl_log_interface_err(

1679: then
1680: null; -- need not check BOM_ENABLED_FLAG
1681: else
1682: if cr.BOM_ENABLED_FLAG = 'Y' then
1683: dumm_status := INVPUOPI.mtl_log_interface_err(
1684: cr.organization_id,
1685: user_id,
1686: login_id,
1687: prog_appid,

Line 1705: dumm_status := INVPUOPI.mtl_log_interface_err(

1701: end if;
1702: **/
1703: if cr.inventory_item_flag = 'N' and
1704: cr.BUILD_IN_WIP_FLAG <> 'N' then
1705: dumm_status := INVPUOPI.mtl_log_interface_err(
1706: cr.organization_id,
1707: user_id,
1708: login_id,
1709: prog_appid,

Line 1727: dumm_status := INVPUOPI.mtl_log_interface_err(

1723:
1724: -- validate purchasing_item_flag
1725: if cr.purchasing_item_flag = 'N' and
1726: cr.PURCHASING_ENABLED_FLAG <> 'N' then
1727: dumm_status := INVPUOPI.mtl_log_interface_err(
1728: cr.organization_id,
1729: user_id,
1730: login_id,
1731: prog_appid,

Line 1749: dumm_status := INVPUOPI.mtl_log_interface_err(

1745:
1746: -- validate customer_order_flag
1747: if cr.customer_order_flag = 'N' and
1748: cr.CUSTOMER_ORDER_ENABLED_FLAG <> 'N' then
1749: dumm_status := INVPUOPI.mtl_log_interface_err(
1750: cr.organization_id,
1751: user_id,
1752: login_id,
1753: prog_appid,

Line 1771: dumm_status := INVPUOPI.mtl_log_interface_err(

1767:
1768: -- validate invoiceable_item_flag
1769: if cr.invoiceable_item_flag = 'N' and
1770: cr.INVOICE_ENABLED_FLAG <> 'N' then
1771: dumm_status := INVPUOPI.mtl_log_interface_err(
1772: cr.organization_id,
1773: user_id,
1774: login_id,
1775: prog_appid,

Line 1793: dumm_status := INVPUOPI.mtl_log_interface_err(

1789: /*** Bug: 2731125 SERVICEABLE_COMPONENT_FLAG got obsoleted
1790: -- validate service_item_flag
1791: if cr.service_item_flag = 'Y' and
1792: cr.SERVICEABLE_COMPONENT_FLAG <> 'N'then
1793: dumm_status := INVPUOPI.mtl_log_interface_err(
1794: cr.organization_id,
1795: user_id,
1796: login_id,
1797: prog_appid,

Line 1815: dumm_status := INVPUOPI.mtl_log_interface_err(

1811: ***/
1812: -- if cr.service_item_flag = 'Y' and
1813: if cr.CONTRACT_ITEM_TYPE_CODE IN ('SERVICE','USAGE','WARRANTY') and
1814: cr.SERVICEABLE_PRODUCT_FLAG <> 'N' then
1815: dumm_status := INVPUOPI.mtl_log_interface_err(
1816: cr.organization_id,
1817: user_id,
1818: login_id,
1819: prog_appid,

Line 1849: dumm_status := INVPUOPI.mtl_log_interface_err(

1845: or cr.SHIPPABLE_ITEM_FLAG <> 'N'
1846: or cr.RETURNABLE_FLAG <> 'N'
1847: or cr.material_billable_flag is not NULL
1848: or cr.ATP_FLAG <> 'N') then
1849: dumm_status := INVPUOPI.mtl_log_interface_err(
1850: cr.organization_id,
1851: user_id,
1852: login_id,
1853: prog_appid,

Line 1883: dumm_status := INVPUOPI.mtl_log_interface_err(

1879: or **/
1880: ( cr.coverage_schedule_id is not NULL
1881: or cr.service_duration <> 0
1882: or cr.service_duration_period_code is not NULL) then
1883: dumm_status := INVPUOPI.mtl_log_interface_err(
1884: cr.organization_id,
1885: user_id,
1886: login_id,
1887: prog_appid,

Line 1914: dumm_status := INVPUOPI.mtl_log_interface_err(

1910: **/
1911: -- Bug: 2811878 This validation will be in 11.5.10 in IOI
1912: if cr.CONTRACT_ITEM_TYPE_CODE IN ('SERVICE','WARRANTY') and
1913: cr.service_duration_period_code is NULL then
1914: dumm_status := INVPUOPI.mtl_log_interface_err(
1915: cr.organization_id,
1916: user_id,
1917: login_id,
1918: prog_appid,

Line 1939: dumm_status := INVPUOPI.mtl_log_interface_err(

1935: /*Bug:3697824 removed this validation
1936: -- validate seviceable_product_flag
1937: if cr.SERVICEABLE_PRODUCT_FLAG = 'N'
1938: and cr.service_starting_delay <> 0 then
1939: dumm_status := INVPUOPI.mtl_log_interface_err(
1940: cr.organization_id,
1941: user_id,
1942: login_id,
1943: prog_appid,

Line 1962: dumm_status := INVPUOPI.mtl_log_interface_err(

1958: -- validate pick_components_flag
1959: if cr.pick_components_flag='Y' then
1960: if cr.REPLENISH_TO_ORDER_FLAG <> 'N' or
1961: cr.BASE_ITEM_ID is not NULL then
1962: dumm_status := INVPUOPI.mtl_log_interface_err(
1963: cr.organization_id,
1964: user_id,
1965: login_id,
1966: prog_appid,

Line 1981: dumm_status := INVPUOPI.mtl_log_interface_err(

1977: end if;
1978: status := 1;
1979: end if;
1980: if cr.MRP_PLANNING_CODE <> 6 then
1981: dumm_status := INVPUOPI.mtl_log_interface_err(
1982: cr.organization_id,
1983: user_id,
1984: login_id,
1985: prog_appid,

Line 2005: dumm_status := INVPUOPI.mtl_log_interface_err(

2001: -- validate replenish_to_order_flag
2002: if cr.replenish_to_order_flag ='Y' and (
2003: cr.PICK_COMPONENTS_FLAG = 'Y' or
2004: cr.BOM_ITEM_TYPE = 3 ) then
2005: dumm_status := INVPUOPI.mtl_log_interface_err(
2006: cr.organization_id,
2007: user_id,
2008: login_id,
2009: prog_appid,

Line 2035: dumm_status := INVPUOPI.mtl_log_interface_err(

2031: -- Bug 3333917 : Message name corrected - Anmurali
2032: if cr.lot_control_code = 2 and
2033: lot_num_generation_val = 2 and
2034: cr.AUTO_LOT_ALPHA_PREFIX is NULL then
2035: dumm_status := INVPUOPI.mtl_log_interface_err(
2036: cr.organization_id,
2037: user_id,
2038: login_id,
2039: prog_appid,

Line 2072: dumm_status := INVPUOPI.mtl_log_interface_err(

2068:
2069: exception
2070: when others then
2071: --Catch ORA-01722: invalid number and raise a error message.
2072: dumm_status := INVPUOPI.mtl_log_interface_err(
2073: cr.organization_id,
2074: user_id,
2075: login_id,
2076: prog_appid,

Line 2096: dumm_status := INVPUOPI.mtl_log_interface_err(

2092: -- Bug 3333917 : Message name corrected - Anmurali
2093: if cr.lot_control_code = 2 and
2094: lot_num_generation_val = 2 and
2095: cr.START_AUTO_LOT_NUMBER is NULL then
2096: dumm_status := INVPUOPI.mtl_log_interface_err(
2097: cr.organization_id,
2098: user_id,
2099: login_id,
2100: prog_appid,

Line 2125: dumm_status := INVPUOPI.mtl_log_interface_err(

2121:
2122: if cr.serial_number_control_code = 2 and
2123: ser_num_generation_val = 2 and
2124: cr.START_AUTO_SERIAL_NUMBER is NULL then
2125: dumm_status := INVPUOPI.mtl_log_interface_err(
2126: cr.organization_id,
2127: user_id,
2128: login_id,
2129: prog_appid,

Line 2154: dumm_status := INVPUOPI.mtl_log_interface_err(

2150:
2151: if cr.serial_number_control_code = 2 and
2152: ser_num_generation_val = 2 and
2153: cr.AUTO_SERIAL_ALPHA_PREFIX is NULL then
2154: dumm_status := INVPUOPI.mtl_log_interface_err(
2155: cr.organization_id,
2156: user_id,
2157: login_id,
2158: prog_appid,

Line 2176: dumm_status := INVPUOPI.mtl_log_interface_err(

2172:
2173: -- validate shelf_life_code
2174: if cr.shelf_life_code = 2 and
2175: cr.SHELF_LIFE_DAYS is NULL then
2176: dumm_status := INVPUOPI.mtl_log_interface_err(
2177: cr.organization_id,
2178: user_id,
2179: login_id,
2180: prog_appid,

Line 2198: dumm_status := INVPUOPI.mtl_log_interface_err(

2194:
2195: -- validate OUTSIDE_OPERATION_FLAG
2196: if cr.OUTSIDE_OPERATION_FLAG = 'Y' then
2197: if cr.purchasing_item_flag ='N' then
2198: dumm_status := INVPUOPI.mtl_log_interface_err(
2199: cr.organization_id,
2200: user_id,
2201: login_id,
2202: prog_appid,

Line 2217: dumm_status := INVPUOPI.mtl_log_interface_err(

2213: end if;
2214: status := 1;
2215: end if;
2216: if cr.OUTSIDE_OPERATION_UOM_TYPE is NULL then
2217: dumm_status := INVPUOPI.mtl_log_interface_err(
2218: cr.organization_id,
2219: user_id,
2220: login_id,
2221: prog_appid,

Line 2258: dumm_status := INVPUOPI.mtl_log_interface_err(

2254: and organization_id = cr.source_organization_id;
2255:
2256: exception
2257: when no_data_found then
2258: dumm_status := INVPUOPI.mtl_log_interface_err(
2259: cr.organization_id,
2260: user_id,
2261: login_id,
2262: prog_appid,

Line 2286: dumm_status := INVPUOPI.mtl_log_interface_err(

2282: and from_organization_id = cr.source_organization_id;
2283:
2284: exception
2285: when no_data_found then
2286: dumm_status := INVPUOPI.mtl_log_interface_err(
2287: cr.organization_id,
2288: user_id,
2289: login_id,
2290: prog_appid,

Line 2317: dumm_status := INVPUOPI.mtl_log_interface_err(

2313: nvl(cr.source_subinventory,
2314: secondary_inventory_name)
2315: and availability_type = 1
2316: and rownum < 2 ;
2317: dumm_status := INVPUOPI.mtl_log_interface_err(
2318: cr.organization_id,
2319: user_id,
2320: login_id,
2321: prog_appid,

Line 2348: dumm_status := INVPUOPI.mtl_log_interface_err(

2344: -- 15-APR-98, Source Org/Sub Should be Null if source_type <> 1
2345: IF (cr.source_type = 2 OR
2346: cr.source_type IS NULL) AND
2347: (cr.SOURCE_ORGANIZATION_ID is NOT NULL) THEN
2348: dumm_status := INVPUOPI.mtl_log_interface_err(
2349: cr.organization_id,
2350: user_id,
2351: login_id,
2352: prog_appid,

Line 2373: dumm_status := INVPUOPI.mtl_log_interface_err(

2369: -- validate MINIMUM_ORDER_QUANTITY
2370: if cr.MINIMUM_ORDER_QUANTITY < 0 or
2371: cr.MINIMUM_ORDER_QUANTITY >
2372: nvl(cr.maximum_order_quantity, cr.MINIMUM_ORDER_QUANTITY) then
2373: dumm_status := INVPUOPI.mtl_log_interface_err(
2374: cr.organization_id,
2375: user_id,
2376: login_id,
2377: prog_appid,

Line 2397: dumm_status := INVPUOPI.mtl_log_interface_err(

2393:
2394: if cr.MAXIMUM_ORDER_QUANTITY < 0 or
2395: cr.MAXIMUM_ORDER_QUANTITY <
2396: nvl(cr.minimum_order_quantity, cr.MAXIMUM_ORDER_QUANTITY) then
2397: dumm_status := INVPUOPI.mtl_log_interface_err(
2398: cr.organization_id,
2399: user_id,
2400: login_id,
2401: prog_appid,

Line 2420: dumm_status := INVPUOPI.mtl_log_interface_err(

2416: -- validate MIN_MINMAX_QUANTITY
2417: if cr.MIN_MINMAX_QUANTITY < 0 or
2418: cr.MIN_MINMAX_QUANTITY >
2419: nvl(cr.max_minmax_quantity, cr.MIN_MINMAX_QUANTITY +1 ) then
2420: dumm_status := INVPUOPI.mtl_log_interface_err(
2421: cr.organization_id,
2422: user_id,
2423: login_id,
2424: prog_appid,

Line 2441: dumm_status := INVPUOPI.mtl_log_interface_err(

2437: end if;
2438:
2439: -- validate MAX_MINMAX_QUANTITY
2440: if cr.MAX_MINMAX_QUANTITY < nvl(cr.min_minmax_quantity,0) then
2441: dumm_status := INVPUOPI.mtl_log_interface_err(
2442: cr.organization_id,
2443: user_id,
2444: login_id,
2445: prog_appid,

Line 2463: dumm_status := INVPUOPI.mtl_log_interface_err(

2459:
2460: -- validate check_shortages_flag
2461: if cr.CHECK_SHORTAGES_FLAG = 'Y' and
2462: cr.MTL_TRANSACTIONS_ENABLED_FLAG <> 'Y' then
2463: dumm_status := INVPUOPI.mtl_log_interface_err(
2464: cr.organization_id,
2465: user_id,
2466: login_id,
2467: prog_appid,

Line 2483: dumm_status := INVPUOPI.mtl_log_interface_err(

2479: status := 1;
2480: end if;
2481: if cr.CONTRACT_ITEM_TYPE_CODE ='WARRANTY' and
2482: cr.CUSTOMER_ORDER_FLAG = 'Y' then
2483: dumm_status := INVPUOPI.mtl_log_interface_err(
2484: cr.organization_id,
2485: user_id,
2486: login_id,
2487: prog_appid,

Line 2510: dumm_status := INVPUOPI.mtl_log_interface_err(

2506: FROM MTL_UNITS_OF_MEASURE
2507: WHERE UOM_CODE = cr.WEIGHT_UOM_CODE;
2508: EXCEPTION
2509: WHEN NO_DATA_FOUND THEN
2510: dumm_status := INVPUOPI.mtl_log_interface_err(
2511: cr.organization_id,
2512: user_id,
2513: login_id,
2514: prog_appid,

Line 2552: dumm_status := INVPUOPI.mtl_log_interface_err

2548: l_msg_name := 'INV_IOI_DIMENSION_UOM_MISSING';
2549: END IF;
2550:
2551: IF l_col_name IS NOT NULL THEN
2552: dumm_status := INVPUOPI.mtl_log_interface_err
2553: (cr.organization_id,
2554: user_id,
2555: login_id,
2556: prog_appid,

Line 2604: dumm_status := INVPUOPI.mtl_log_interface_err(

2600: exception
2601: when LOGGING_ERR then
2602: return(dumm_status);
2603: when VALIDATE_ERR then
2604: dumm_status := INVPUOPI.mtl_log_interface_err(
2605: l_org_id,
2606: user_id,
2607: login_id,
2608: prog_appid,