DBA Data[Home] [Help]

APPS.ARP_ARXCUDCI_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 54

	  select gr.name
	  into    grouping_rule
	  from    ra_grouping_rules gr
	  where   gr.grouping_rule_id = arp_standard.sysparm.default_grouping_rule_id
	  and     trunc(sysdate) BETWEEN gr.start_date AND nvl(gr.end_date, trunc(sysdate));
Line: 70

	  SELECT 	currency_code
	  INTO	functional_currency
	  FROM	gl_sets_of_books
	  WHERE	set_of_books_id = arp_standard.sysparm.set_of_books_id;
Line: 97

	  select territory_short_name,address_style
	  into 	 default_country_disp,address_style
	  from 	 fnd_territories_vl
	  where  territory_code = default_country_code;
Line: 115

	  select 	cpc.name
  	  into 	profile_class
  	  from 	HZ_CUST_PROFILE_CLASSES cpc
 	  WHERE cpc.status 		      = 'A'
   	  AND 	cpc.profile_class_id = 0;