DBA Data[Home] [Help]

APPS.ZX_AP_EXTRACT_PKG dependencies on STANDARD

Line 317: g_standard_vat_tax_rate VARCHAR2(30);

313: g_batch_date_high DATE;
314: g_batch_source_id VARCHAR2(30);
315: g_adjusted_doc_from VARCHAR2(30);
316: g_adjusted_doc_to VARCHAR2(30);
317: g_standard_vat_tax_rate VARCHAR2(30);
318: g_municipal_tax VARCHAR2(30);
319: g_provincial_tax VARCHAR2(30);
320: g_tax_account_low VARCHAR2(30);
321: g_tax_account_high VARCHAR2(30);

Line 794: L_WHERE_TRX_CLASS := L_WHERE_TRX_CLASS || '''STANDARD INVOICES'' ,''PREPAY_APPLICATION'' ,' ;

790:
791: L_WHERE_TRX_CLASS := '';
792:
793: IF g_include_ap_std_trx_class = 'Y' THEN
794: L_WHERE_TRX_CLASS := L_WHERE_TRX_CLASS || '''STANDARD INVOICES'' ,''PREPAY_APPLICATION'' ,' ;
795: END IF;
796:
797: IF g_include_ap_dm_trx_class = 'Y' THEN
798: L_WHERE_TRX_CLASS := L_WHERE_TRX_CLASS || '''AP_DEBIT_MEMO'' ,';

Line 3166: g_standard_vat_tax_rate := p_trl_global_variables_rec.standard_vat_tax_rate;

3162: g_batch_date_high := p_trl_global_variables_rec.batch_date_high;
3163: g_batch_source_id := p_trl_global_variables_rec.batch_source_id;
3164: g_adjusted_doc_from := p_trl_global_variables_rec.adjusted_doc_from;
3165: g_adjusted_doc_to := p_trl_global_variables_rec.adjusted_doc_to;
3166: g_standard_vat_tax_rate := p_trl_global_variables_rec.standard_vat_tax_rate;
3167: g_municipal_tax := p_trl_global_variables_rec.municipal_tax;
3168: g_provincial_tax := p_trl_global_variables_rec.provincial_tax;
3169: g_tax_account_low := p_trl_global_variables_rec.tax_account_low;
3170: g_tax_account_high := p_trl_global_variables_rec.tax_account_high;