DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_CMN_DOCUMENT_TAXES

Line 197: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type 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 */
201: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13

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

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 */
201: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13
202: , p_modified_by_agent_flag po_requisition_lines_all.modified_by_agent_flag%type default NULL /*Added for Bug 8241905*/