DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIVABLES_TRX_ALL

Line 2969: from ar_receivables_trx_all

2965: WHEN NO_DATA_FOUND THEN
2966: BEGIN
2967: select type, name
2968: into l_type, l_name
2969: from ar_receivables_trx_all
2970: where receivables_trx_id = p_rec_trx_id;
2971:
2972: if p_detail_type = 'TYPE' THEN
2973: return l_type;