DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIVABLES_TRX_ALL

Line 3089: from ar_receivables_trx_all

3085: WHEN NO_DATA_FOUND THEN
3086: BEGIN
3087: select type, name
3088: into l_type, l_name
3089: from ar_receivables_trx_all
3090: where receivables_trx_id = p_rec_trx_id;
3091:
3092: if p_detail_type = 'TYPE' THEN
3093: return l_type;