DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL dependencies on OKL_REPRESENTATIONS_V

Line 640: FROM okl_representations_v

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