DBA Data[Home] [Help]

APPS.OKL_ACC_CALL_PVT dependencies on OKL_TRNS_ACC_DSTRS

Line 428: FROM okl_trns_acc_dstrs

424:
425: -- stmathew BUG#4547180/ 4573599 start
426: CURSOR l_dstrs_count_csr (cp_source_id IN NUMBER, cp_source_table IN VARCHAR2) IS
427: SELECT count(*)
428: FROM okl_trns_acc_dstrs
429: WHERE source_id = cp_source_id
430: AND source_table = cp_source_table;
431: -- stmathew BUG#4547180/ 4573599 end
432:

Line 1849: FROM okl_trns_acc_dstrs

1845:
1846: -- stmathew BUG#4547180/ 4573599 start
1847: CURSOR l_dstrs_count_csr (cp_source_id IN NUMBER, cp_source_table IN VARCHAR2) IS
1848: SELECT count(*)
1849: FROM okl_trns_acc_dstrs
1850: WHERE source_id = cp_source_id
1851: AND source_table = cp_source_table;
1852: -- stmathew BUG#4547180/ 4573599 end
1853: