DBA Data[Home] [Help]

APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on AR_TRX_ERRORS_GT

Line 1964: FROM ar_trx_errors_gt

1960: WHERE customer_trx_id = p_cust_trx_id;
1961:
1962: CURSOR ar_trx_errs_csr( p_hdr_id NUMBER ) IS
1963: SELECT *
1964: FROM ar_trx_errors_gt
1965: WHERE TRX_HEADER_ID = p_hdr_id;
1966:
1967: l_ar_inv_disp_num VARCHAR2(3000);
1968:

Line 2033: FROM ar_trx_errors_gt;

2029: FROM DUAL;
2030:
2031: CURSOR err_csr IS
2032: SELECT error_message, invalid_value
2033: FROM ar_trx_errors_gt;
2034:
2035: -- For PPD process error reporting
2036:
2037: --gkhuntet FP Bug 5516814 start

Line 2855: FROM ar_trx_errors_gt;

2851: RAISE AR_API_CALL_EXCP;
2852: ELSE
2853:
2854: SELECT count(*) INTO l_cnt
2855: FROM ar_trx_errors_gt;
2856:
2857: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, ' Count is : '||l_cnt);
2858: IF l_cnt > 0 THEN
2859: l_err_cnt := 0;