DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on HZ_CUST_ACCOUNTS

Line 740: hz_cust_accounts cust,

736: ra.AMOUNT_APPLIED,
737: nvl(ra.amount_applied_from, ra.AMOUNT_APPLIED)
738: from ar_receivable_applications ra,
739: ar_payment_schedules psa,
740: hz_cust_accounts cust,
741: hz_parties party
742: where
743: ra.APPLIED_PAYMENT_SCHEDULE_ID = P_PAYMENT_SCHEDULE_ID and
744: ra.application_type = 'CASH' and

Line 1274: hz_cust_accounts cust,

1270: party.party_name
1271: from
1272: lns_participants par,
1273: lns_loan_headers loan,
1274: hz_cust_accounts cust,
1275: ar_payment_schedules psa,
1276: lns_system_options sys,
1277: gl_sets_of_books books,
1278: hz_parties party,