DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL dependencies on OKL_REPRESENTATIONS_V

Line 639: FROM okl_representations_v

635: FROM OKL_SYS_ACCT_OPTS;
636:
637: CURSOR c_ledger_id IS
638: SELECT ledger_id
639: FROM okl_representations_v
640: WHERE representation_type = 'SECONDARY';
641:
642: BEGIN
643: IF p_representation_type = 'PRIMARY' THEN