DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_LLCA_TRX_ERRORS_GT

Line 2225: select count(1) into l_count from ar_llca_trx_errors_gt

2221:
2222: -- Inorder to retained the errors on GT, we need to return the call without rollback.
2223: IF l_def_ids_return_status <> FND_API.G_RET_STS_SUCCESS
2224: Then
2225: select count(1) into l_count from ar_llca_trx_errors_gt
2226: where customer_trx_id = p_customer_trx_id;
2227:
2228: If l_count <> 0 AND p_llca_type = 'L'
2229: THEN