DBA Data[Home] [Help]

APPS.INVPVDR6 dependencies on INVPUOPI

Line 217: dumm_status := INVPUOPI.mtl_log_interface_err(

213: RAISE count_is_zero;
214: end if;
215: exception
216: WHEN count_is_zero THEN
217: dumm_status := INVPUOPI.mtl_log_interface_err(
218: cr.organization_id,
219: user_id,
220: login_id,
221: prog_appid,

Line 246: dumm_status := INVPUOPI.mtl_log_interface_err(

242: from MTL_ATP_RULES
243: where RULE_ID = cr.ATP_RULE_ID;
244: exception
245: when NO_DATA_FOUND then
246: dumm_status := INVPUOPI.mtl_log_interface_err(
247: cr.organization_id,
248: user_id,
249: login_id,
250: prog_appid,

Line 276: dumm_status := INVPUOPI.mtl_log_interface_err(

272: where INVENTORY_ITEM_ID = cr.BASE_WARRANTY_SERVICE_ID
273: and ORGANIZATION_ID = cr.ORGANIZATION_ID;
274: exception
275: when NO_DATA_FOUND then
276: dumm_status := INVPUOPI.mtl_log_interface_err(
277: cr.organization_id,
278: user_id,
279: login_id,
280: prog_appid,

Line 305: dumm_status := INVPUOPI.mtl_log_interface_err(

301: from RA_TERMS
302: where TERM_ID = cr.PAYMENT_TERMS_ID;
303: exception
304: when NO_DATA_FOUND then
305: dumm_status := INVPUOPI.mtl_log_interface_err(
306: cr.organization_id,
307: user_id,
308: login_id,
309: prog_appid,

Line 359: dumm_status := INVPUOPI.mtl_log_interface_err(

355: and unit_of_measure = cr.unit_of_issue ;
356: end if ;
357: exception
358: when NO_DATA_FOUND then
359: dumm_status := INVPUOPI.mtl_log_interface_err(
360: cr.organization_id,
361: user_id,
362: login_id,
363: prog_appid,

Line 396: dumm_status := INVPUOPI.mtl_log_interface_err(

392: where ORGANIZATION_ID = cr.SOURCE_ORGANIZATION_ID
393: and nvl(disable_date,sysdate+1) > sysdate;
394: exception
395: when NO_DATA_FOUND then
396: dumm_status := INVPUOPI.mtl_log_interface_err(
397: cr.organization_id,
398: user_id,
399: login_id,
400: prog_appid,

Line 425: dumm_status := INVPUOPI.mtl_log_interface_err(

421: from MTL_PARAMETERS
422: where ORGANIZATION_ID = cr.DEFAULT_SHIPPING_ORG;
423: exception
424: when NO_DATA_FOUND then
425: dumm_status := INVPUOPI.mtl_log_interface_err(
426: cr.organization_id,
427: user_id,
428: login_id,
429: prog_appid,

Line 457: dumm_status := INVPUOPI.mtl_log_interface_err(

453: and TYPE not in ('I')
454: and STATUS = 'A';
455: exception
456: when NO_DATA_FOUND then
457: dumm_status := INVPUOPI.mtl_log_interface_err(
458: cr.organization_id,
459: user_id,
460: login_id,
461: prog_appid,

Line 490: dumm_status := INVPUOPI.mtl_log_interface_err(

486: from RA_RULES
487: where RULE_ID = cr.INVOICING_RULE_ID;
488: exception
489: when NO_DATA_FOUND then
490: dumm_status := INVPUOPI.mtl_log_interface_err(
491: cr.organization_id,
492: user_id,
493: login_id,
494: prog_appid,

Line 521: dumm_status := INVPUOPI.mtl_log_interface_err(

517: and ORGANIZATION_ID = cr.ORGANIZATION_ID
518: and SYSDATE < nvl(DISABLE_DATE, SYSDATE+1); /*NP 16OCT94*/
519: exception
520: when NO_DATA_FOUND then
521: dumm_status := INVPUOPI.mtl_log_interface_err(
522: cr.organization_id,
523: user_id,
524: login_id,
525: prog_appid,

Line 545: dumm_status := INVPUOPI.mtl_log_interface_err(

541: --Added for 11.5.10 CTO
542: stmt := 44;
543: --* Added for Bug #4457440
544: if cr.START_DATE_ACTIVE is not null then
545: dumm_status := INVPUOPI.mtl_log_interface_err(
546: cr.organization_id,
547: user_id,
548: login_id,
549: prog_appid,

Line 564: dumm_status := INVPUOPI.mtl_log_interface_err(

560: end if;
561: end if;
562:
563: if cr.END_DATE_ACTIVE is not null then
564: dumm_status := INVPUOPI.mtl_log_interface_err(
565: cr.organization_id,
566: user_id,
567: login_id,
568: prog_appid,

Line 591: dumm_status := INVPUOPI.mtl_log_interface_err(

587: OPEN c_fndlookup_exists('INV_CONFIG_ORGS_TYPE',cr.CONFIG_ORGS);
588: FETCH c_fndlookup_exists INTO temp;
589: CLOSE c_fndlookup_exists;
590: IF temp IS NULL THEN
591: dumm_status := INVPUOPI.mtl_log_interface_err(
592: cr.organization_id,
593: user_id,
594: login_id,
595: prog_appid,

Line 618: dumm_status := INVPUOPI.mtl_log_interface_err(

614: OPEN c_fndlookup_exists('INV_CONFIG_MATCH_TYPE',cr.CONFIG_MATCH);
615: FETCH c_fndlookup_exists INTO temp;
616: CLOSE c_fndlookup_exists;
617: IF temp IS NULL THEN
618: dumm_status := INVPUOPI.mtl_log_interface_err(
619: cr.organization_id,
620: user_id,
621: login_id,
622: prog_appid,

Line 642: dumm_status := INVPUOPI.mtl_log_interface_err(

638: stmt := 45;
639: -- validate foreign keys
640: if (cr.CONFIG_ORGS is not null OR cr.CONFIG_MATCH is not null) then
641: if NOT (cr.BOM_ITEM_TYPE = 1 and NVL(cr.PICK_COMPONENTS_FLAG,'N') = 'N') then
642: dumm_status := INVPUOPI.mtl_log_interface_err(
643: cr.organization_id,
644: user_id,
645: login_id,
646: prog_appid,

Line 664: dumm_status := INVPUOPI.mtl_log_interface_err(

660: end if;
661:
662: --Start : 3436146 WIP Supply Type must be Phantom when BOM Item Type is Option Class.
663: if (cr.BOM_ITEM_TYPE = 2 and cr.WIP_SUPPLY_TYPE <> 6) then
664: dumm_status := INVPUOPI.mtl_log_interface_err(
665: cr.organization_id,
666: user_id,
667: login_id,
668: prog_appid,

Line 692: dumm_status := INVPUOPI.mtl_log_interface_err(

688: OPEN c_fndlookup_exists('MTL_MATERIAL_PLANNING',cr.INVENTORY_PLANNING_CODE);
689: FETCH c_fndlookup_exists INTO temp;
690: CLOSE c_fndlookup_exists;
691: IF temp IS NULL THEN
692: dumm_status := INVPUOPI.mtl_log_interface_err(
693: cr.organization_id,
694: user_id,
695: login_id,
696: prog_appid,

Line 721: dumm_status := INVPUOPI.mtl_log_interface_err(

717: and (org_information1 is not null or org_information3 is not null)
718: and organization_id = cr.organization_id;
719: exception
720: when NO_DATA_FOUND then
721: dumm_status := INVPUOPI.mtl_log_interface_err(
722: cr.organization_id,
723: user_id,
724: login_id,
725: prog_appid,

Line 750: dumm_status := INVPUOPI.mtl_log_interface_err(

746: (cr.MIN_MINMAX_QUANTITY IS NOT NULL OR
747: cr.MAX_MINMAX_QUANTITY IS NOT NULL OR
748: cr.MINIMUM_ORDER_QUANTITY IS NOT NULL OR
749: cr.MAXIMUM_ORDER_QUANTITY IS NOT NULL)) then
750: dumm_status := INVPUOPI.mtl_log_interface_err(
751: cr.organization_id,
752: user_id,
753: login_id,
754: prog_appid,

Line 780: dumm_status := INVPUOPI.mtl_log_interface_err(

776: raise too_many_rows;
777: end if;
778: exception
779: when NO_DATA_FOUND then
780: dumm_status := INVPUOPI.mtl_log_interface_err(
781: cr.organization_id,
782: user_id,
783: login_id,
784: prog_appid,

Line 798: dumm_status := INVPUOPI.mtl_log_interface_err(

794: raise LOGGING_ERR;
795: end if;
796: status := 1;
797: when TOO_MANY_ROWS then
798: dumm_status := INVPUOPI.mtl_log_interface_err(
799: cr.organization_id,
800: user_id,
801: login_id,
802: prog_appid,

Line 829: dumm_status := INVPUOPI.mtl_log_interface_err(

825: raise too_many_rows;
826: end if;
827: exception
828: when NO_DATA_FOUND then
829: dumm_status := INVPUOPI.mtl_log_interface_err(
830: cr.organization_id,
831: user_id,
832: login_id,
833: prog_appid,

Line 847: dumm_status := INVPUOPI.mtl_log_interface_err(

843: raise LOGGING_ERR;
844: end if;
845: status := 1;
846: when TOO_MANY_ROWS then
847: dumm_status := INVPUOPI.mtl_log_interface_err(
848: cr.organization_id,
849: user_id,
850: login_id,
851: prog_appid,

Line 878: dumm_status := INVPUOPI.mtl_log_interface_err(

874: raise too_many_rows;
875: end if;
876: exception
877: when NO_DATA_FOUND then
878: dumm_status := INVPUOPI.mtl_log_interface_err(
879: cr.organization_id,
880: user_id,
881: login_id,
882: prog_appid,

Line 896: dumm_status := INVPUOPI.mtl_log_interface_err(

892: raise LOGGING_ERR;
893: end if;
894: status := 1;
895: when TOO_MANY_ROWS then
896: dumm_status := INVPUOPI.mtl_log_interface_err(
897: cr.organization_id,
898: user_id,
899: login_id,
900: prog_appid,

Line 927: dumm_status := INVPUOPI.mtl_log_interface_err(

923: raise too_many_rows;
924: end if;
925: exception
926: when NO_DATA_FOUND then
927: dumm_status := INVPUOPI.mtl_log_interface_err(
928: cr.organization_id,
929: user_id,
930: login_id,
931: prog_appid,

Line 945: dumm_status := INVPUOPI.mtl_log_interface_err(

941: raise LOGGING_ERR;
942: end if;
943: status := 1;
944: when TOO_MANY_ROWS then
945: dumm_status := INVPUOPI.mtl_log_interface_err(
946: cr.organization_id,
947: user_id,
948: login_id,
949: prog_appid,

Line 976: dumm_status := INVPUOPI.mtl_log_interface_err(

972: raise too_many_rows;
973: end if;
974: exception
975: when NO_DATA_FOUND then
976: dumm_status := INVPUOPI.mtl_log_interface_err(
977: cr.organization_id,
978: user_id,
979: login_id,
980: prog_appid,

Line 994: dumm_status := INVPUOPI.mtl_log_interface_err(

990: raise LOGGING_ERR;
991: end if;
992: status := 1;
993: when TOO_MANY_ROWS then
994: dumm_status := INVPUOPI.mtl_log_interface_err(
995: cr.organization_id,
996: user_id,
997: login_id,
998: prog_appid,

Line 1016: dumm_status := INVPUOPI.mtl_log_interface_err(

1012: end if;
1013:
1014: if ( cr.vmi_minimum_units is not null)
1015: and ( cr.vmi_minimum_days is not null) then
1016: dumm_status := INVPUOPI.mtl_log_interface_err(
1017: cr.organization_id,
1018: user_id,
1019: login_id,
1020: prog_appid,

Line 1037: dumm_status := INVPUOPI.mtl_log_interface_err(

1033: end if;
1034:
1035: if ( cr.vmi_maximum_units is not null)
1036: and ( cr.vmi_fixed_order_quantity is not null) then
1037: dumm_status := INVPUOPI.mtl_log_interface_err(
1038: cr.organization_id,
1039: user_id,
1040: login_id,
1041: prog_appid,

Line 1058: dumm_status := INVPUOPI.mtl_log_interface_err(

1054: end if;
1055:
1056: if ( cr.vmi_maximum_days is not null)
1057: and ( cr.vmi_fixed_order_quantity is not null) then
1058: dumm_status := INVPUOPI.mtl_log_interface_err(
1059: cr.organization_id,
1060: user_id,
1061: login_id,
1062: prog_appid,

Line 1079: dumm_status := INVPUOPI.mtl_log_interface_err(

1075: end if;
1076:
1077: if ( cr.vmi_maximum_days is not null)
1078: and ( cr.vmi_maximum_units is not null) then
1079: dumm_status := INVPUOPI.mtl_log_interface_err(
1080: cr.organization_id,
1081: user_id,
1082: login_id,
1083: prog_appid,

Line 1100: dumm_status := INVPUOPI.mtl_log_interface_err(

1096: end if;
1097:
1098: if ( cr.vmi_minimum_units is not null)
1099: and ( cr.vmi_maximum_days is not null) then
1100: dumm_status := INVPUOPI.mtl_log_interface_err(
1101: cr.organization_id,
1102: user_id,
1103: login_id,
1104: prog_appid,

Line 1121: dumm_status := INVPUOPI.mtl_log_interface_err(

1117: end if;
1118:
1119: if ( cr.vmi_minimum_days is not null)
1120: and ( cr.vmi_maximum_units is not null) then
1121: dumm_status := INVPUOPI.mtl_log_interface_err(
1122: cr.organization_id,
1123: user_id,
1124: login_id,
1125: prog_appid,

Line 1143: dumm_status := INVPUOPI.mtl_log_interface_err(

1139:
1140: if ( (nvl(cr.vmi_fixed_order_quantity,0) = 0 )
1141: and (cr.vmi_minimum_units > nvl(cr.vmi_maximum_units,0)
1142: and (cr.vmi_minimum_units is not null and cr.vmi_maximum_units is not null))) then
1143: dumm_status := INVPUOPI.mtl_log_interface_err(
1144: cr.organization_id,
1145: user_id,
1146: login_id,
1147: prog_appid,

Line 1165: dumm_status := INVPUOPI.mtl_log_interface_err(

1161:
1162: if nvl(cr.vmi_fixed_order_quantity,0) = 0
1163: and cr.vmi_minimum_days > nvl(cr.vmi_maximum_days,0)
1164: and (cr.vmi_minimum_days is not null and cr.vmi_maximum_days is not null) then
1165: dumm_status := INVPUOPI.mtl_log_interface_err(
1166: cr.organization_id,
1167: user_id,
1168: login_id,
1169: prog_appid,

Line 1195: dumm_status := INVPUOPI.mtl_log_interface_err(

1191: raise too_many_rows;
1192: end if;
1193: exception
1194: when NO_DATA_FOUND then
1195: dumm_status := INVPUOPI.mtl_log_interface_err(
1196: cr.organization_id,
1197: user_id,
1198: login_id,
1199: prog_appid,

Line 1213: dumm_status := INVPUOPI.mtl_log_interface_err(

1209: raise LOGGING_ERR;
1210: end if;
1211: status := 1;
1212: when TOO_MANY_ROWS then
1213: dumm_status := INVPUOPI.mtl_log_interface_err(
1214: cr.organization_id,
1215: user_id,
1216: login_id,
1217: prog_appid,

Line 1244: dumm_status := INVPUOPI.mtl_log_interface_err(

1240: raise too_many_rows;
1241: end if;
1242: exception
1243: when NO_DATA_FOUND then
1244: dumm_status := INVPUOPI.mtl_log_interface_err(
1245: cr.organization_id,
1246: user_id,
1247: login_id,
1248: prog_appid,

Line 1262: dumm_status := INVPUOPI.mtl_log_interface_err(

1258: raise LOGGING_ERR;
1259: end if;
1260: status := 1;
1261: when TOO_MANY_ROWS then
1262: dumm_status := INVPUOPI.mtl_log_interface_err(
1263: cr.organization_id,
1264: user_id,
1265: login_id,
1266: prog_appid,

Line 1293: dumm_status := INVPUOPI.mtl_log_interface_err(

1289: raise too_many_rows;
1290: end if;
1291: exception
1292: when NO_DATA_FOUND then
1293: dumm_status := INVPUOPI.mtl_log_interface_err(
1294: cr.organization_id,
1295: user_id,
1296: login_id,
1297: prog_appid,

Line 1311: dumm_status := INVPUOPI.mtl_log_interface_err(

1307: raise LOGGING_ERR;
1308: end if;
1309: status := 1;
1310: when TOO_MANY_ROWS then
1311: dumm_status := INVPUOPI.mtl_log_interface_err(
1312: cr.organization_id,
1313: user_id,
1314: login_id,
1315: prog_appid,

Line 1342: dumm_status := INVPUOPI.mtl_log_interface_err(

1338: raise too_many_rows;
1339: end if;
1340: exception
1341: when NO_DATA_FOUND then
1342: dumm_status := INVPUOPI.mtl_log_interface_err(
1343: cr.organization_id,
1344: user_id,
1345: login_id,
1346: prog_appid,

Line 1360: dumm_status := INVPUOPI.mtl_log_interface_err(

1356: raise LOGGING_ERR;
1357: end if;
1358: status := 1;
1359: when TOO_MANY_ROWS then
1360: dumm_status := INVPUOPI.mtl_log_interface_err(
1361: cr.organization_id,
1362: user_id,
1363: login_id,
1364: prog_appid,

Line 1391: dumm_status := INVPUOPI.mtl_log_interface_err(

1387: raise too_many_rows;
1388: end if;
1389: exception
1390: when NO_DATA_FOUND then
1391: dumm_status := INVPUOPI.mtl_log_interface_err(
1392: cr.organization_id,
1393: user_id,
1394: login_id,
1395: prog_appid,

Line 1409: dumm_status := INVPUOPI.mtl_log_interface_err(

1405: raise LOGGING_ERR;
1406: end if;
1407: status := 1;
1408: when TOO_MANY_ROWS then
1409: dumm_status := INVPUOPI.mtl_log_interface_err(
1410: cr.organization_id,
1411: user_id,
1412: login_id,
1413: prog_appid,

Line 1440: dumm_status := INVPUOPI.mtl_log_interface_err(

1436: FETCH c_mfglookup_exists INTO temp;
1437: CLOSE c_mfglookup_exists;
1438:
1439: IF (temp IS NULL) THEN
1440: dumm_status := INVPUOPI.mtl_log_interface_err(
1441: cr.organization_id,
1442: user_id,
1443: login_id,
1444: prog_appid,

Line 1470: dumm_status := INVPUOPI.mtl_log_interface_err(

1466: FETCH c_mfglookup_exists INTO temp;
1467: CLOSE c_mfglookup_exists;
1468:
1469: IF (temp IS NULL) THEN
1470: dumm_status := INVPUOPI.mtl_log_interface_err(
1471: cr.organization_id,
1472: user_id,
1473: login_id,
1474: prog_appid,

Line 1499: dumm_status := INVPUOPI.mtl_log_interface_err(

1495: FETCH c_mfglookup_exists INTO temp;
1496: CLOSE c_mfglookup_exists;
1497:
1498: IF (temp IS NULL) THEN
1499: dumm_status := INVPUOPI.mtl_log_interface_err(
1500: cr.organization_id,
1501: user_id,
1502: login_id,
1503: prog_appid,

Line 1528: dumm_status := INVPUOPI.mtl_log_interface_err(

1524: FETCH c_mfglookup_exists INTO temp;
1525: CLOSE c_mfglookup_exists;
1526:
1527: IF (temp IS NULL) THEN
1528: dumm_status := INVPUOPI.mtl_log_interface_err(
1529: cr.organization_id,
1530: user_id,
1531: login_id,
1532: prog_appid,

Line 1557: dumm_status := INVPUOPI.mtl_log_interface_err(

1553: FETCH c_mfglookup_exists INTO temp;
1554: CLOSE c_mfglookup_exists;
1555:
1556: IF (temp IS NULL) THEN
1557: dumm_status := INVPUOPI.mtl_log_interface_err(
1558: cr.organization_id,
1559: user_id,
1560: login_id,
1561: prog_appid,

Line 1587: dumm_status := INVPUOPI.mtl_log_interface_err(

1583: FETCH c_mfglookup_exists INTO temp;
1584: CLOSE c_mfglookup_exists;
1585:
1586: IF (temp IS NULL) THEN
1587: dumm_status := INVPUOPI.mtl_log_interface_err(
1588: cr.organization_id,
1589: user_id,
1590: login_id,
1591: prog_appid,

Line 1615: dumm_status := INVPUOPI.mtl_log_interface_err(

1611: FETCH c_mfglookup_exists INTO temp;
1612: CLOSE c_mfglookup_exists;
1613:
1614: IF (temp IS NULL) THEN
1615: dumm_status := INVPUOPI.mtl_log_interface_err(
1616: cr.organization_id,
1617: user_id,
1618: login_id,
1619: prog_appid,

Line 1643: dumm_status := INVPUOPI.mtl_log_interface_err(

1639: FETCH c_mfglookup_exists INTO temp;
1640: CLOSE c_mfglookup_exists;
1641:
1642: IF (temp IS NULL) THEN
1643: dumm_status := INVPUOPI.mtl_log_interface_err(
1644: cr.organization_id,
1645: user_id,
1646: login_id,
1647: prog_appid,

Line 1671: dumm_status := INVPUOPI.mtl_log_interface_err(

1667: FETCH c_mfglookup_exists INTO temp;
1668: CLOSE c_mfglookup_exists;
1669:
1670: IF (temp IS NULL) THEN
1671: dumm_status := INVPUOPI.mtl_log_interface_err(
1672: cr.organization_id,
1673: user_id,
1674: login_id,
1675: prog_appid,

Line 1699: dumm_status := INVPUOPI.mtl_log_interface_err(

1695: FETCH c_mfglookup_exists INTO temp;
1696: CLOSE c_mfglookup_exists;
1697:
1698: IF (temp IS NULL) THEN
1699: dumm_status := INVPUOPI.mtl_log_interface_err(
1700: cr.organization_id,
1701: user_id,
1702: login_id,
1703: prog_appid,

Line 1734: dumm_status := INVPUOPI.mtl_log_interface_err(

1730: if ( ( (cr.source_type is null) or (cr.source_type = 2) )
1731: and (cr.source_organization_id is not null
1732: or cr.source_subinventory is not null))
1733: then
1734: dumm_status := INVPUOPI.mtl_log_interface_err(
1735: cr.organization_id,
1736: user_id,
1737: login_id,
1738: prog_appid,

Line 1759: dumm_status := INVPUOPI.mtl_log_interface_err(

1755: and cr.source_organization_id = nvl(org_id,cr.organization_id)
1756: and cr.mrp_planning_code = 3
1757: and cr.source_subinventory is null)
1758: then
1759: dumm_status := INVPUOPI.mtl_log_interface_err(
1760: cr.organization_id,
1761: user_id,
1762: login_id,
1763: prog_appid,

Line 1794: dumm_status := INVPUOPI.mtl_log_interface_err(

1790: comparing with value 3 which is wrong.*/
1791: if (validate_source = 1
1792: and cr.source_organization_id <> cr.organization_id )
1793: then
1794: dumm_status := INVPUOPI.mtl_log_interface_err(
1795: cr.organization_id,
1796: user_id,
1797: login_id,
1798: prog_appid,

Line 1812: dumm_status := INVPUOPI.mtl_log_interface_err(

1808: raise LOGGING_ERR;
1809: end if;
1810: status := 1;
1811: elsif ( validate_source = 3 ) then
1812: dumm_status := INVPUOPI.mtl_log_interface_err(
1813: cr.organization_id,
1814: user_id,
1815: login_id,
1816: prog_appid,

Line 1846: dumm_status := INVPUOPI.mtl_log_interface_err(

1842: CLOSE c_tax_code_exists;
1843:
1844: IF temp IS NULL THEN
1845:
1846: dumm_status := INVPUOPI.mtl_log_interface_err(
1847: cr.organization_id,
1848: user_id,
1849: login_id,
1850: prog_appid,

Line 1881: dumm_status := INVPUOPI.mtl_log_interface_err(

1877: or cr.CUM_MANUFACTURING_LEAD_TIME < 0
1878: or cr.CUMULATIVE_TOTAL_LEAD_TIME < 0
1879: or cr.LEAD_TIME_LOT_SIZE < 0)
1880: then
1881: dumm_status := INVPUOPI.mtl_log_interface_err(
1882: cr.organization_id,
1883: user_id,
1884: login_id,
1885: prog_appid,

Line 1905: dumm_status := INVPUOPI.mtl_log_interface_err(

1901: --Bug:3309789 DRP planned items cannot be enabled with Assemble to Order
1902: if (cr.drp_planned_flag = 1
1903: and cr.replenish_to_order_flag = 'Y' )
1904: then
1905: dumm_status := INVPUOPI.mtl_log_interface_err(
1906: cr.organization_id,
1907: user_id,
1908: login_id,
1909: prog_appid,

Line 1926: ** call INVPUOPI.validate_flags to validate the yes/no flags

1922: end if;
1923:
1924:
1925: /* NP 09SEP94
1926: ** call INVPUOPI.validate_flags to validate the yes/no flags
1927: ** function validate_flags now resides in INVPUPI2 instead of INVPVALI
1928: ** NP 06MAY96: No need to add xset_id call since it processes with row_id
1929: ** which is absolutely unique.Moving this code above all beacause of perf reasons.
1930: 3515652: Performance enhancements, now validate flag works on setid

Line 2031: dumm_status := INVPUOPI.mtl_log_interface_err(

2027: FND_MESSAGE.SET_NAME ('INV', 'INV_CAT_SET_NO_DEFAULT_CAT');
2028: FND_MESSAGE.SET_TOKEN ('ENTITY1', l_Func_Area);
2029: FND_MESSAGE.SET_TOKEN ('ENTITY2', l_Cat_Set_Name);
2030: error_msg := FND_MESSAGE.GET;
2031: dumm_status := INVPUOPI.mtl_log_interface_err(
2032: cr.organization_id,
2033: user_id,
2034: login_id,
2035: prog_appid,

Line 2105: dumm_status := INVPUOPI.mtl_log_interface_err(

2101:
2102: when LOGGING_ERR then
2103: return(dumm_status);
2104: when VALIDATE_ERR then
2105: dumm_status := INVPUOPI.mtl_log_interface_err(
2106: l_org_id,
2107: user_id,
2108: login_id,
2109: prog_appid,