DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_LLCA_TRX_ERRORS_GT

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

2260:
2261: -- Inorder to retained the errors on GT, we need to return the call without rollback.
2262: IF l_def_ids_return_status <> FND_API.G_RET_STS_SUCCESS
2263: Then
2264: select count(1) into l_count from ar_llca_trx_errors_gt
2265: where customer_trx_id = p_customer_trx_id;
2266:
2267: If l_count <> 0 AND p_llca_type = 'L'
2268: THEN