DBA Data[Home] [Help]

APPS.JMF_GTA_ARTRX_PROC dependencies on ZX_LINES

Line 2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;

2074: l_tax_line_count NUMBER;
2075: l_legal_entity_id ra_customer_trx_all.legal_entity_id%TYPE;
2076:
2077: -- the data get from ebtax
2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;
2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;

Line 2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;

2075: l_legal_entity_id ra_customer_trx_all.legal_entity_id%TYPE;
2076:
2077: -- the data get from ebtax
2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;
2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;

Line 2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;

2076:
2077: -- the data get from ebtax
2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;
2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;
2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;

Line 2081: l_tax_rate zx_lines.tax_rate%TYPE;

2077: -- the data get from ebtax
2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;
2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;
2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;
2085:

Line 2082: l_unit_price zx_lines.unit_price%TYPE;

2078: l_tax_amount_func_curr zx_lines.tax_amt_funcl_curr%TYPE;
2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;
2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;
2085:
2086: -- for get the error message from get_info_from_ebtax

Line 2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;

2079: l_taxable_amount_func_curr zx_lines.taxable_amt_funcl_curr%TYPE;
2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;
2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;
2085:
2086: -- for get the error message from get_info_from_ebtax
2087: l_status NUMBER;

Line 2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;

2080: l_line_quantity zx_lines.trx_line_quantity%TYPE;
2081: l_tax_rate zx_lines.tax_rate%TYPE;
2082: l_unit_price zx_lines.unit_price%TYPE;
2083: l_fp_registration_number zx_lines.tax_registration_number%TYPE;
2084: l_tp_registration_number zx_lines.tax_registration_number%TYPE;
2085:
2086: -- for get the error message from get_info_from_ebtax
2087: l_status NUMBER;
2088: l_proce_error_buffer VARCHAR2(180);

Line 2091: l_tp_regi_number_first zx_lines.tax_registration_number%TYPE;

2087: l_status NUMBER;
2088: l_proce_error_buffer VARCHAR2(180);
2089:
2090: -- for check the third party tax registration number
2091: l_tp_regi_number_first zx_lines.tax_registration_number%TYPE;
2092: l_trx_line_index NUMBER;
2093: l_tp_regi_number zx_lines.tax_registration_number%TYPE;
2094: l_trx_typ ra_cust_trx_types_all.name%TYPE; --added by subba
2095: l_cm_desc1 varchar2(50);--added by Yao Zhang for bug 7685610

Line 2093: l_tp_regi_number zx_lines.tax_registration_number%TYPE;

2089:
2090: -- for check the third party tax registration number
2091: l_tp_regi_number_first zx_lines.tax_registration_number%TYPE;
2092: l_trx_line_index NUMBER;
2093: l_tp_regi_number zx_lines.tax_registration_number%TYPE;
2094: l_trx_typ ra_cust_trx_types_all.name%TYPE; --added by subba
2095: l_cm_desc1 varchar2(50);--added by Yao Zhang for bug 7685610
2096: l_cm_desc2 varchar2(50);--added by Yao Zhang for bug 7685610
2097: l_master_org HR_ORGANIZATION_UNITS.organization_id%TYPE; --yao zhang add for bug 7721035