DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 323: ar_payment_schedules_all arps,

319: fun_net_util.Log_String(g_state_level,l_path,'SELECT : '||l_trx_select_clause);
320:
321: l_trx_from_clause :=
322: ' FROM ra_customer_trx_all rct,
323: ar_payment_schedules_all arps,
324: ra_cust_trx_types_all rctt,
325: fun_net_customers_all fnc ';
326: fun_net_util.Log_String(g_state_level,l_path,'FROM : '||l_trx_from_clause);
327:

Line 3598: Select Class into l_class from ar_payment_schedules_all

3594:
3595: IF l_line_or_header >= 1 THEN
3596: --6179308. Call Apply_In_Detail for invoices and Debitmemo, otherwise call Apply API.
3597:
3598: Select Class into l_class from ar_payment_schedules_all
3599: where customer_trx_id = txnTable(i).customer_trx_id;
3600:
3601: IF(l_class = 'INV' OR l_class = 'DM') THEN
3602: AR_RECEIPT_API_PUB.Apply_In_Detail(