DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_CMN_DOCUMENT_TAXES

Line 187: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null

183: p_vat_assessable_value NUMBER DEFAULT 0
184: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
185: , 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
186: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
187: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
188: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
189: , p_action varchar2 default null
190: /** End bug 5631784 */
191: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13

Line 188: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null

184: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
185: , 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
186: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
187: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
188: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
189: , p_action varchar2 default null
190: /** End bug 5631784 */
191: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13
192: );