DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_CMN_DOCUMENT_TAXES_S

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

335: p_vat_assessable_value NUMBER DEFAULT 0
336: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
337: , 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
338: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
339: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
340: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
341: , p_action varchar2 default null
342: /** End bug 5631784 */
343: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13

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

336: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
337: , 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
338: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type default null
339: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%type default null
340: , p_source_table_name jai_cmn_document_taxes.source_table_name%type default null
341: , p_action varchar2 default null
342: /** End bug 5631784 */
343: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13
344: ) IS

Line 2535: jai_cmn_document_taxes_s.nextval ,

2531: last_update_date ,
2532: last_updated_by ,
2533: last_update_login )
2534: VALUES (
2535: jai_cmn_document_taxes_s.nextval ,
2536: v_line_num,
2537: rec.tax_id,
2538: rec.tax_type,
2539: p_currency,

Line 3104: ( jai_cmn_document_taxes_s.nextval -- doc_tax_id

3100: , last_updated_by
3101: , last_update_login
3102: )
3103: VALUES
3104: ( jai_cmn_document_taxes_s.nextval -- doc_tax_id
3105: , row_count -- tax_line_no
3106: , rec.tax_id -- tax_id
3107: , rec.tax_type -- tax_type
3108: , p_currency -- currency

Line 3182: jai_cmn_document_taxes_s.nextval -- doc_tax_id

3178: , last_update_login
3179: )
3180: values
3181: (
3182: jai_cmn_document_taxes_s.nextval -- doc_tax_id
3183: , row_count -- tax_line_no
3184: , rec.tax_id -- tax_id
3185: , rec.tax_type -- tax_type
3186: , p_currency -- currency