DBA Data[Home] [Help]

APPS.ZX_AP_ACTG_EXTRACT_PKG dependencies on STANDARD

Line 326: g_standard_vat_tax_rate VARCHAR2(30);

322: g_batch_date_high date;
323: g_batch_source_id VARCHAR2(30);
324: g_adjusted_doc_from VARCHAR2(30);
325: g_adjusted_doc_to VARCHAR2(30);
326: g_standard_vat_tax_rate VARCHAR2(30);
327: g_municipal_tax VARCHAR2(30);
328: g_provincial_tax VARCHAR2(30);
329: g_tax_account_low VARCHAR2(30);
330: g_tax_account_high VARCHAR2(30);

Line 711: L_WHERE_TRX_CLASS := ' AND ZX_DET.LINE_CLASS IN (''STANDARD INVOICES''' ;

707:
708:
709: L_ADD := 1;
710: IF g_include_ap_std_trx_class = 'Y' THEN
711: L_WHERE_TRX_CLASS := ' AND ZX_DET.LINE_CLASS IN (''STANDARD INVOICES''' ;
712: L_ADD := 1;
713: ELSE
714: L_WHERE_TRX_CLASS := L_WHERE_TRX_CLASS;
715: L_ADD := 2;

Line 3156: g_standard_vat_tax_rate := p_trl_global_variables_rec.standard_vat_tax_rate;

3152: g_batch_date_high := p_trl_global_variables_rec.batch_date_high;
3153: g_batch_source_id := p_trl_global_variables_rec.batch_source_id;
3154: g_adjusted_doc_from := p_trl_global_variables_rec.adjusted_doc_from;
3155: g_adjusted_doc_to := p_trl_global_variables_rec.adjusted_doc_to;
3156: g_standard_vat_tax_rate := p_trl_global_variables_rec.standard_vat_tax_rate;
3157: g_municipal_tax := p_trl_global_variables_rec.municipal_tax;
3158: g_provincial_tax := p_trl_global_variables_rec.provincial_tax;
3159: g_tax_account_low := p_trl_global_variables_rec.tax_account_low;
3160: g_tax_account_high := p_trl_global_variables_rec.tax_account_high;