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 1142: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1163: dumm_status := INVPUOPI.mtl_log_interface_err(

1159: end if;
1160:
1161: if nvl(cr.vmi_fixed_order_quantity,0) = 0
1162: and cr.vmi_minimum_days > nvl(cr.vmi_maximum_days,0) then
1163: dumm_status := INVPUOPI.mtl_log_interface_err(
1164: cr.organization_id,
1165: user_id,
1166: login_id,
1167: prog_appid,

Line 1193: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1211: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1242: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1260: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1291: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1309: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1340: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1358: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1389: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1407: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1438: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1468: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1497: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1526: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1555: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1585: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1613: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1641: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1669: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1697: dumm_status := INVPUOPI.mtl_log_interface_err(

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

Line 1726: dumm_status := INVPUOPI.mtl_log_interface_err(

1722: if ( ( (cr.source_type is null) or (cr.source_type = 2) )
1723: and (cr.source_organization_id is not null
1724: or cr.source_subinventory is not null))
1725: then
1726: dumm_status := INVPUOPI.mtl_log_interface_err(
1727: cr.organization_id,
1728: user_id,
1729: login_id,
1730: prog_appid,

Line 1750: dumm_status := INVPUOPI.mtl_log_interface_err(

1746: and cr.source_organization_id = nvl(org_id,cr.organization_id)
1747: and cr.mrp_planning_code = 3
1748: and cr.source_subinventory is null)
1749: then
1750: dumm_status := INVPUOPI.mtl_log_interface_err(
1751: cr.organization_id,
1752: user_id,
1753: login_id,
1754: prog_appid,

Line 1785: dumm_status := INVPUOPI.mtl_log_interface_err(

1781: comparing with value 3 which is wrong.*/
1782: if (validate_source = 1
1783: and cr.source_organization_id <> cr.organization_id )
1784: then
1785: dumm_status := INVPUOPI.mtl_log_interface_err(
1786: cr.organization_id,
1787: user_id,
1788: login_id,
1789: prog_appid,

Line 1803: dumm_status := INVPUOPI.mtl_log_interface_err(

1799: raise LOGGING_ERR;
1800: end if;
1801: status := 1;
1802: elsif ( validate_source = 3 ) then
1803: dumm_status := INVPUOPI.mtl_log_interface_err(
1804: cr.organization_id,
1805: user_id,
1806: login_id,
1807: prog_appid,

Line 1837: dumm_status := INVPUOPI.mtl_log_interface_err(

1833: CLOSE c_tax_code_exists;
1834:
1835: IF temp IS NULL THEN
1836:
1837: dumm_status := INVPUOPI.mtl_log_interface_err(
1838: cr.organization_id,
1839: user_id,
1840: login_id,
1841: prog_appid,

Line 1872: dumm_status := INVPUOPI.mtl_log_interface_err(

1868: or cr.CUM_MANUFACTURING_LEAD_TIME < 0
1869: or cr.CUMULATIVE_TOTAL_LEAD_TIME < 0
1870: or cr.LEAD_TIME_LOT_SIZE < 0)
1871: then
1872: dumm_status := INVPUOPI.mtl_log_interface_err(
1873: cr.organization_id,
1874: user_id,
1875: login_id,
1876: prog_appid,

Line 1896: dumm_status := INVPUOPI.mtl_log_interface_err(

1892: --Bug:3309789 DRP planned items cannot be enabled with Assemble to Order
1893: if (cr.drp_planned_flag = 1
1894: and cr.replenish_to_order_flag = 'Y' )
1895: then
1896: dumm_status := INVPUOPI.mtl_log_interface_err(
1897: cr.organization_id,
1898: user_id,
1899: login_id,
1900: prog_appid,

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

1913: end if;
1914:
1915:
1916: /* NP 09SEP94
1917: ** call INVPUOPI.validate_flags to validate the yes/no flags
1918: ** function validate_flags now resides in INVPUPI2 instead of INVPVALI
1919: ** NP 06MAY96: No need to add xset_id call since it processes with row_id
1920: ** which is absolutely unique.Moving this code above all beacause of perf reasons.
1921: 3515652: Performance enhancements, now validate flag works on setid

Line 2022: dumm_status := INVPUOPI.mtl_log_interface_err(

2018: FND_MESSAGE.SET_NAME ('INV', 'INV_CAT_SET_NO_DEFAULT_CAT');
2019: FND_MESSAGE.SET_TOKEN ('ENTITY1', l_Func_Area);
2020: FND_MESSAGE.SET_TOKEN ('ENTITY2', l_Cat_Set_Name);
2021: error_msg := FND_MESSAGE.GET;
2022: dumm_status := INVPUOPI.mtl_log_interface_err(
2023: cr.organization_id,
2024: user_id,
2025: login_id,
2026: prog_appid,

Line 2095: dumm_status := INVPUOPI.mtl_log_interface_err(

2091:
2092: when LOGGING_ERR then
2093: return(dumm_status);
2094: when VALIDATE_ERR then
2095: dumm_status := INVPUOPI.mtl_log_interface_err(
2096: l_org_id,
2097: user_id,
2098: login_id,
2099: prog_appid,