<ROOT>
 <APPS_INITIALIZE_DATA>
  <USER_NAME>ENGINATICS</USER_NAME>
  <RESPONSIBILITY_KEY>SYSTEM_ADMINISTRATOR</RESPONSIBILITY_KEY>
  <APPLICATION_SHORT_NAME>SYSADMIN</APPLICATION_SHORT_NAME>
 </APPS_INITIALIZE_DATA>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: GCS Data Submission Data Load Data Source -->
 <REPORTS_ROW>
  <GUID>82288223EFA83869E053B46B63588994</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>SELECT gbit.cctr_org_display_code ORGANIZATION,
					   gbit.line_item_display_code    LINEITEM,
					   /*startSelectList*/		gbit.FINANCIAL_ELEM_DISPLAY_CODE financial_elem_name , 
		gbit.NATURAL_ACCOUNT_DISPLAY_CODE natural_account_name , 
		gbit.PRODUCT_DISPLAY_CODE product_name , 
		gbit.PROJECT_DISPLAY_CODE project_name , 
		gbit.TASK_DISPLAY_CODE task_name , 
		gbit.USER_DIM1_DISPLAY_CODE user_dim1_name , 
  /*endSelectList*/
					   gbit.intercompany_display_code INTERCOMPANY,
					   to_char(gbit.ptd_debit_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ptd_debit_balance_e,
					   to_char(gbit.ptd_credit_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ptd_credit_balance_e,
					   to_char(gbit.ytd_debit_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ytd_debit_balance_e,
					   to_char(gbit.ytd_credit_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ytd_credit_balance_e,
					   nvl(to_char(gbit.ptd_debit_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ptd_debit_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ptd_debit_balance_f,
					   nvl(to_char(gbit.ptd_credit_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ptd_credit_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ptd_credit_balance_f,
					   nvl(to_char(gbit.ytd_debit_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ytd_debit_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ytd_debit_balance_f,
					   nvl(to_char(gbit.ytd_credit_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ytd_credit_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ytd_credit_balance_f,
					   to_char(gbit.ptd_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ptd_balance_e,
					   to_char(gbit.ytd_balance_e,
							   nvl(:format_mask,
								   fnd_currency.safe_get_format_mask(gbit.currency_code, 50))) ytd_balance_e,
					   nvl(to_char(gbit.ptd_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ptd_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ptd_balance_f,
					   nvl(to_char(gbit.ytd_balance_f,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50))),
						   to_char(gbit.ytd_balance_e,
								   nvl(:format_mask,
									   fnd_currency.safe_get_format_mask(gbit.currency_code,
																		 50)))) ytd_balance_f,
					   fct.name currency_name1,
					    dbms_lob.substr(gbit.error_message_code) error_message_code,
				        gcs_drilldown_util_pkg.url_encode(gbit.rowid) rowids
				  FROM gcs_bal_interface_t gbit,
					   fnd_currencies_tl   fct
				 WHERE load_id = :pXmlFileId
				   AND gbit.currency_code = fct.currency_code(+)
				   AND fct.language(+) = userenv(&apos;LANG&apos;)
				 ORDER BY gbit.cctr_org_display_code,
						  gbit.line_item_display_code,
						  /*startOrderClause*/		gbit.LINE_ITEM_DISPLAY_CODE,    
		gbit.FINANCIAL_ELEM_DISPLAY_CODE,    
		gbit.NATURAL_ACCOUNT_DISPLAY_CODE,    
		gbit.PRODUCT_DISPLAY_CODE,    
		gbit.PROJECT_DISPLAY_CODE,    
		gbit.TASK_DISPLAY_CODE,    
		gbit.USER_DIM1_DISPLAY_CODE,    
  /*endOrderClause*/
						  gbit.intercompany_display_code
</SQL_TEXT>
  <XDO_APPLICATION_SHORT_NAME>GCS</XDO_APPLICATION_SHORT_NAME>
  <XDO_DATA_SOURCE_CODE>GCS_DS_LOAD_SOURCE</XDO_DATA_SOURCE_CODE>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>GCS Data Submission Data Load Data Source</REPORT_NAME>
    <DESCRIPTION>Application: Financial Consolidation Hub (Obsolete)
Source: 
Short Name: GCS_DS_LOAD_SOURCE
DB package: </DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>BI Publisher</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>:format_mask</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:pxmlfileid</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
