DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 614: from ar_payment_schedules_all aps,hz_cust_accounts hca

610: l_object_id:=t_object_ids(l_count);
611: elsif l_jtf_obj_code='IEX_INVOICES' then
612: select aps.trx_number,hca.account_number
613: into l_object_name,l_acct_number
614: from ar_payment_schedules_all aps,hz_cust_accounts hca
615: where aps.customer_id=hca.cust_account_id
616: and aps.payment_schedule_id=t_object_ids(l_count)
617: and aps.payment_schedule_id>0;
618: l_object_id:=t_object_ids(l_count);