DBA Data[Home] [Help]

APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on AR_TRX_ERRORS_GT

Line 2172: FROM ar_trx_errors_gt

2168: WHERE customer_trx_id = p_cust_trx_id;
2169:
2170: CURSOR ar_trx_errs_csr( p_hdr_id NUMBER ) IS
2171: SELECT *
2172: FROM ar_trx_errors_gt
2173: WHERE TRX_HEADER_ID = p_hdr_id;
2174:
2175: l_ar_inv_disp_num VARCHAR2(3000);
2176:

Line 2241: FROM ar_trx_errors_gt;

2237: FROM DUAL;
2238:
2239: CURSOR err_csr IS
2240: SELECT error_message, invalid_value
2241: FROM ar_trx_errors_gt;
2242:
2243: -- For PPD process error reporting
2244:
2245: --gkhuntet FP Bug 5516814 start

Line 3001: FROM ar_trx_errors_gt;

2997: RAISE AR_API_CALL_EXCP;
2998: ELSE
2999:
3000: SELECT count(*) INTO l_cnt
3001: FROM ar_trx_errors_gt;
3002:
3003: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, ' Count is : '||l_cnt);
3004: IF l_cnt > 0 THEN
3005: l_err_cnt := 0;