DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_TRANS_PVT dependencies on FND_MSG_PUB

Line 608: FND_MSG_PUB.GET(

604: 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);
605: --start| 20-Sep-2007 cklee -- Fixed error message display issue for tax call |
606: FOR j in 1..x_msg_count
607: LOOP
608: FND_MSG_PUB.GET(
609: p_msg_index => j,
610: p_encoded => FND_API.G_FALSE,
611: p_data => x_msg_data,
612: p_msg_index_out => x_msg_index_out