DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_TRANS_PVT dependencies on FND_MSG_PUB

Line 597: FND_MSG_PUB.GET(

593: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, 'Tax call failed for invoice line id: ' || r_invoice_lines.invoice_line_id || ' of invoice id: ' || r_invoice_hdr.invoice_id);
594: --start| 20-Sep-2007 cklee -- Fixed error message display issue for tax call |
595: FOR j in 1..x_msg_count
596: LOOP
597: FND_MSG_PUB.GET(
598: p_msg_index => j,
599: p_encoded => FND_API.G_FALSE,
600: p_data => x_msg_data,
601: p_msg_index_out => x_msg_index_out