DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_DEFAULT_DISTRIBS_ALL

Line 939: -- of working for all organzations by replacing lns_default_distribs_all

935: -- now see if any default distributions exist for this loan
936: -- 2-24-2005 raverma -- add loan_payable IF loan_class = DIRECT OR
937: -- loan is not MFAR
938: -- Bug#5295575 Modified the query to work for an organization instead
939: -- of working for all organzations by replacing lns_default_distribs_all
940: -- with lns_default_distribs table
941:
942:
943: Begin

Line 1257: from lns_default_distribs_all d

1253:
1254: -- this is cursor is for reading configuration for multi-fund swap natural account
1255: cursor c_mfar_nat_acct (p_loan_id number) is
1256: select MFAR_NATURAL_ACCOUNT_REC
1257: from lns_default_distribs_all d
1258: ,lns_loan_headers_all h
1259: where account_name = 'MFAR_FUND_ACCOUNT_CHANGE'
1260: and h.loan_id = p_loan_id
1261: and h.loan_class_code = d.loan_class