DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_CAPACITY_UTZ_PKG dependencies on OPI_DBI_REP_UOM_PKG

Line 999: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('WT', 'LOC');

995: -- Print the header once if not done so yet.
996: l_stmt_id := 20;
997: IF (l_header_printed = FALSE) THEN
998:
999: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('WT', 'LOC');
1000: l_header_printed := TRUE;
1001:
1002: END IF;
1003:

Line 1006: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (

1002: END IF;
1003:
1004: -- Print the missing rates.
1005: l_stmt_id := 30;
1006: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (
1007: wt_missing_rates_rec.uom_code, s_wt_rep_uom_code);
1008:
1009: -- There is an error to report
1010: l_stmt_id := 40;

Line 1017: OPI_DBI_REP_UOM_PKG.err_msg_footer;

1013: END LOOP;
1014:
1015: -- Footer message.
1016: IF (l_header_printed = TRUE) THEN
1017: OPI_DBI_REP_UOM_PKG.err_msg_footer;
1018: END IF;
1019:
1020: -- Report missing weights.
1021: l_header_printed := FALSE;

Line 1030: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('VOL', 'LOC');

1026: -- Print the header once if not done so yet.
1027: l_stmt_id := 60;
1028: IF (l_header_printed = FALSE) THEN
1029:
1030: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('VOL', 'LOC');
1031: l_header_printed := TRUE;
1032:
1033: END IF;
1034:

Line 1037: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (

1033: END IF;
1034:
1035: -- Print the missing rates.
1036: l_stmt_id := 70;
1037: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (
1038: vol_missing_rates_rec.uom_code, s_vol_rep_uom_code);
1039:
1040: -- There is an error to report
1041: l_stmt_id := 80;

Line 1048: OPI_DBI_REP_UOM_PKG.err_msg_footer;

1044: END LOOP;
1045:
1046: -- Footer message.
1047: IF (l_header_printed = TRUE) THEN
1048: OPI_DBI_REP_UOM_PKG.err_msg_footer;
1049: END IF;
1050:
1051: return l_errors;
1052:

Line 1460: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('WT', 'ITEM');

1456: -- Print the header once if not done so yet.
1457: l_stmt_id := 20;
1458: IF (l_header_printed = FALSE) THEN
1459:
1460: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('WT', 'ITEM');
1461: l_header_printed := TRUE;
1462:
1463: END IF;
1464:

Line 1467: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (

1463: END IF;
1464:
1465: -- Print the missing rates.
1466: l_stmt_id := 30;
1467: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (
1468: wt_missing_rates_rec.uom_code, s_wt_rep_uom_code);
1469:
1470: -- There is an error to report
1471: l_stmt_id := 40;

Line 1478: OPI_DBI_REP_UOM_PKG.err_msg_footer;

1474: END LOOP;
1475:
1476: -- Footer message.
1477: IF (l_header_printed = TRUE) THEN
1478: OPI_DBI_REP_UOM_PKG.err_msg_footer;
1479: END IF;
1480:
1481: -- Report missing weights.
1482: l_header_printed := FALSE;

Line 1491: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('VOL', 'ITEM');

1487: -- Print the header once if not done so yet.
1488: l_stmt_id := 60;
1489: IF (l_header_printed = FALSE) THEN
1490:
1491: OPI_DBI_REP_UOM_PKG.err_msg_header_spec ('VOL', 'ITEM');
1492: l_header_printed := TRUE;
1493:
1494: END IF;
1495:

Line 1498: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (

1494: END IF;
1495:
1496: -- Print the missing rates.
1497: l_stmt_id := 70;
1498: OPI_DBI_REP_UOM_PKG.err_msg_missing_uoms (
1499: vol_missing_rates_rec.uom_code, s_vol_rep_uom_code);
1500:
1501: -- There is an error to report
1502: l_stmt_id := 80;

Line 1509: OPI_DBI_REP_UOM_PKG.err_msg_footer;

1505: END LOOP;
1506:
1507: -- Footer message.
1508: IF (l_header_printed = TRUE) THEN
1509: OPI_DBI_REP_UOM_PKG.err_msg_footer;
1510: END IF;
1511:
1512: return l_errors;
1513: