DBA Data[Home] [Help]

APPS.AR_ARXPDI_XMLP_PKG dependencies on STANDARD

Line 22: p_as_of := rtrim(ARP_STANDARD.FND_MESSAGE('AR_REPORTS_AS_OF'));

18: Else lp_query_show_bill := 'ci.cons_billing_number';
19: lp_table_show_bill := 'ar_cons_inv ci,';
20: lp_where_show_bill := 'and ps.cons_inv_id = ci.cons_inv_id(+)';
21: End if;
22: p_as_of := rtrim(ARP_STANDARD.FND_MESSAGE('AR_REPORTS_AS_OF'));
23: p_as_of := p_as_of || ' ';
24: p_balance_due := ARPT_SQL_FUNC_UTIL.get_lookup_meaning('SORT_BY_ARXPDI','Balance Due');
25: p_customer := ARPT_SQL_FUNC_UTIL.get_lookup_meaning('SORTY_BY_ARXPDI','Customer');
26: p_salesperson := ARPT_SQL_FUNC_UTIL.get_lookup_meaning('SORT_BY_ARXPDI','Salesperson');

Line 55: p_days_past_due_from := ARP_STANDARD.FND_MESSAGE('AR_REPORTS_DAYS_PD_FROM_TO',

51: l_past_days_due_high := p_past_days_due_high ;
52: end if ;
53: rp_past_days_from := l_past_days_due_low;
54: rp_past_days_to := l_past_days_due_high;
55: p_days_past_due_from := ARP_STANDARD.FND_MESSAGE('AR_REPORTS_DAYS_PD_FROM_TO',
56: 'FROM_DATE',rtrim(l_past_days_due_low),
57: 'TO_DATE',rtrim(l_past_days_due_high));
58: RP_Company_Name := Company_Name ;
59: rp_as_of_date := TO_CHAR(p_as_of_date, 'DD-MON-YY');

Line 72: p_balance_due_from := ARP_STANDARD.FND_MESSAGE('AR_REPORTS_BAL_FROM_TO',

68: l_amount_high := p_amount_high ;
69: end if ;
70: rp_balance_from := l_amount_low;
71: rp_balance_to := l_amount_high;
72: p_balance_due_from := ARP_STANDARD.FND_MESSAGE('AR_REPORTS_BAL_FROM_TO',
73: 'LOW_AMT',rtrim(l_amount_low),
74: 'HIGH_AMT',rtrim(l_amount_high));
75: SELECT substr(cp.user_concurrent_program_name, 1, 80)
76: INTO l_report_name