DBA Data[Home] [Help]

APPS.LNS_APPROVAL_ACTION_PUB dependencies on LNS_SYSTEM_OPTIONS

Line 507: from lns_system_options sb,

503: and distribution_type = 'ORIGINATION';
504:
505: cursor c_sob_id is
506: select so.set_of_books_id
507: from lns_system_options sb,
508: gl_sets_of_books so
509: where sb.set_of_books_id = so.set_of_books_id;
510:
511: /* query term version */