DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

Line 196: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null

192: p_operation_flag NUMBER DEFAULT NULL,
193: p_vat_assessable_value NUMBER DEFAULT 0
194: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
195: , p_thhold_cat_base_tax_typ JAI_CMN_TAXES_ALL.tax_type%type default null -- tax type to be considered as base when calculating threshold taxes
196: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
197: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
198: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
199: , p_action varchar2 default null
200: /** End bug 5631784 */