DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on FND_MSG_PUB

Line 241: FND_MSG_PUB.Add;

237: EXCEPTION
238: WHEN OTHERS
239: THEN
240: FND_MESSAGE.SET_NAME( 'FND', 'FND_LOCK_RECORD_ERROR');
241: FND_MSG_PUB.Add;
242: APP_EXCEPTION.raise_exception;
243: END;
244:
245: arp_app_pkg.fetch_p( p_ra_id, l_ra_rec );

Line 270: FND_MSG_PUB.Add;

266: EXCEPTION
267: WHEN OTHERS
268: THEN
269: FND_MESSAGE.SET_NAME( 'FND', 'FND_LOCK_RECORD_ERROR');
270: FND_MSG_PUB.Add;
271: APP_EXCEPTION.raise_exception;
272: END;
273:
274: IF NVL(p_called_from,'NONE') not in ('RISK_UNELIMINATED','BR_REMITTED',

Line 646: FND_MSG_PUB.Add;

642: EXCEPTION
643: WHEN OTHERS
644: THEN
645: FND_MESSAGE.SET_NAME( 'FND', 'FND_LOCK_RECORD_ERROR');
646: FND_MSG_PUB.Add;
647: APP_EXCEPTION.raise_exception;
648: END;
649:
650: arp_app_pkg.fetch_p( pn_ra_id, lr_ra_rec );

Line 981: FND_MSG_PUB.Add;

977: EXCEPTION
978: WHEN OTHERS
979: THEN
980: FND_MESSAGE.SET_NAME( 'FND', 'FND_LOCK_RECORD_ERROR');
981: FND_MSG_PUB.Add;
982: APP_EXCEPTION.raise_exception;
983: END;
984: arp_app_pkg.fetch_p( pn_ra_id, lr_ra_rec );
985:

Line 1085: FND_MSG_PUB.Add;

1081: EXCEPTION
1082: WHEN OTHERS
1083: THEN
1084: FND_MESSAGE.SET_NAME( 'FND', 'FND_LOCK_RECORD_ERROR');
1085: FND_MSG_PUB.Add;
1086: APP_EXCEPTION.raise_exception;
1087: END;
1088:
1089: -- Fetch the UNAPP row.

Line 5858: l_fnd_msg_pub_constants_rec ar_bills_main.fnd_msg_pub_constants_type := ar_bills_main.get_fnd_msg_pub_constants_rec;

5854: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE;
5855: l_func_amount_due_remaining ar_payment_schedules.amount_due_remaining%TYPE;
5856:
5857: l_fnd_api_constants_rec ar_bills_main.fnd_api_constants_type := ar_bills_main.get_fnd_api_constants_rec;
5858: l_fnd_msg_pub_constants_rec ar_bills_main.fnd_msg_pub_constants_type := ar_bills_main.get_fnd_msg_pub_constants_rec;
5859: l_attribute_rec AR_RECEIPT_API_PUB.attribute_rec_type;
5860: l_global_attribute_rec AR_RECEIPT_API_PUB.global_attribute_rec_type;
5861: l_return_status VARCHAR2(1);
5862: l_msg_count NUMBER;

Line 6061: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,

6057: +-------------------------------------------------------*/
6058:
6059: FOR l_count IN 1..l_msg_count LOOP
6060:
6061: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,
6062: FND_API.G_FALSE);
6063: IF PG_DEBUG in ('Y', 'C') THEN
6064: arp_debug.debug( to_char(l_count)||' : '||l_msg_data);
6065: END IF;

Line 6102: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,

6098: arp_debug.debug( 'API EXCEPTION: ' ||
6099: 'arp_process_application.activity_application(misc_receipt creation))'
6100: ||SQLERRM);
6101: END IF;
6102: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,
6103: l_msg_data, l_msg_index);
6104: FND_MESSAGE.Set_Encoded (l_msg_data);
6105: app_exception.raise_exception;
6106:

Line 8511: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,

8507: +-------------------------------------------------------*/
8508:
8509: FOR l_count IN 1..l_msg_count LOOP
8510:
8511: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,
8512: FND_API.G_FALSE);
8513: IF PG_DEBUG in ('Y', 'C') THEN
8514: arp_debug.debug( to_char(l_count)||' : '||l_msg_data);
8515: END IF;

Line 8555: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,

8551: arp_debug.debug( 'API EXCEPTION: ' ||
8552: 'arp_process_application.reverse_action_misc_receipt'
8553: ||SQLERRM);
8554: END IF;
8555: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,
8556: l_msg_data, l_msg_index);
8557: FND_MESSAGE.Set_Encoded (l_msg_data);
8558: app_exception.raise_exception;
8559: