DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_CONS_PVT dependencies on FND_MSG_PUB

Line 2925: fnd_msg_pub.get (p_msg_index => i,

2921: -----------------------------------------------------------------
2922: FND_FILE.PUT_LINE (FND_FILE.OUTPUT,'*=>ERROR: Processing Invoice Number : ' || r_cnsld_hdr.invoice_number);
2923: IF x_msg_count >= 1 THEN
2924: FOR i in 1..x_msg_count LOOP
2925: fnd_msg_pub.get (p_msg_index => i,
2926: p_encoded => 'F',
2927: p_data => x_msg_data,
2928: p_msg_index_out => l_msg_index_out);
2929:

Line 3679: fnd_msg_pub.get (p_msg_index => i,

3675:
3676: IF x_msg_count >= 1 THEN
3677:
3678: FOR i in 1..x_msg_count LOOP
3679: fnd_msg_pub.get (p_msg_index => i,
3680: p_encoded => 'F',
3681: p_data => x_msg_data,
3682: p_msg_index_out => l_msg_index_out);
3683:

Line 4116: fnd_msg_pub.get (p_msg_index => i,

4112:
4113: IF x_msg_count >= 1 THEN
4114:
4115: FOR i in 1..x_msg_count LOOP
4116: fnd_msg_pub.get (p_msg_index => i,
4117: p_encoded => 'F',
4118: p_data => x_msg_data,
4119: p_msg_index_out => l_msg_index_out);
4120: