DBA Data[Home] [Help]

APPS.PO_PDOI_ITEM_PROCESS_PVT dependencies on PO_PDOI_ERR_UTL

Line 1352: PO_PDOI_ERR_UTL.add_fatal_error

1348: PO_LOG.stmt(d_module, d_position, 'column name',
1349: l_column_name_tbl(i));
1350: END IF;
1351:
1352: PO_PDOI_ERR_UTL.add_fatal_error
1353: (
1354: p_interface_header_id => x_items.intf_header_id_tbl(l_index),
1355: p_interface_line_id => x_items.intf_line_id_tbl(l_index),
1356: p_app_name => 'INV',

Line 1553: PO_PDOI_ERR_UTL.add_fatal_error

1549: PO_LOG.stmt(d_module, d_position, 'table name',
1550: l_message_list(i).table_name);
1551: END IF;
1552:
1553: PO_PDOI_ERR_UTL.add_fatal_error
1554: (
1555: p_interface_header_id => x_items.intf_header_id_tbl(l_index),
1556: p_interface_line_id => x_items.intf_line_id_tbl(l_index),
1557: p_app_name => 'INV',