DBA Data[Home] [Help]

APPS.LNS_APPROVAL_ACTION_PUB dependencies on LNS_SYSTEM_OPTIONS

Line 499: from lns_system_options sb,

495: and distribution_type = 'ORIGINATION';
496:
497: cursor c_sob_id is
498: select so.set_of_books_id
499: from lns_system_options sb,
500: gl_sets_of_books so
501: where sb.set_of_books_id = so.set_of_books_id;
502:
503: /* query term version */