DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

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

366: p_operation_flag NUMBER DEFAULT NULL , -- for CRM this is used to hold aso_shipments.shipment_id
367: p_vat_assessable_value NUMBER DEFAULT 0
368: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
369: , 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
370: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
371: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
372: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
373: , p_action varchar2 default null
374: /** End bug 5631784 */