DBA Data[Home] [Help]

APPS.PO_PDOI_ITEM_PROCESS_PVT dependencies on PO_PDOI_ERR_UTL

Line 1351: PO_PDOI_ERR_UTL.add_fatal_error

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

Line 1547: PO_PDOI_ERR_UTL.add_fatal_error

1543: PO_LOG.stmt(d_module, d_position, 'table name',
1544: l_message_list(i).table_name);
1545: END IF;
1546:
1547: PO_PDOI_ERR_UTL.add_fatal_error
1548: (
1549: p_interface_header_id => x_items.intf_header_id_tbl(l_index),
1550: p_interface_line_id => x_items.intf_line_id_tbl(l_index),
1551: p_app_name => 'INV',