DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on HZ_CUST_ACCOUNTS

Line 777: hz_cust_accounts cust,

773: ra.AMOUNT_APPLIED,
774: nvl(ra.amount_applied_from, ra.AMOUNT_APPLIED)
775: from ar_receivable_applications ra,
776: ar_payment_schedules ps,
777: hz_cust_accounts cust,
778: hz_parties party
779: where
780: ra.APPLIED_PAYMENT_SCHEDULE_ID = P_PAYMENT_SCHEDULE_ID and
781: ra.application_type = 'CASH' and

Line 1327: hz_cust_accounts cust,

1323: party.party_name
1324: from
1325: lns_participants par,
1326: lns_loan_headers loan,
1327: hz_cust_accounts cust,
1328: ar_payment_schedules ps,
1329: lns_system_options sys,
1330: gl_sets_of_books books,
1331: hz_parties party,