DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_CMN_DOCUMENT_TAXES_S

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

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 */
375: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13

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

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

Line 3581: jai_cmn_document_taxes_s.nextval ,

3577: last_update_date ,
3578: last_updated_by ,
3579: last_update_login )
3580: VALUES (
3581: jai_cmn_document_taxes_s.nextval ,
3582: v_line_num,
3583: rec.tax_id,
3584: rec.tax_type,
3585: p_currency,

Line 4304: ( jai_cmn_document_taxes_s.nextval -- doc_tax_id

4300: , last_updated_by
4301: , last_update_login
4302: )
4303: VALUES
4304: ( jai_cmn_document_taxes_s.nextval -- doc_tax_id
4305: , row_count -- tax_line_no
4306: , rec.tax_id -- tax_id
4307: , rec.tax_type -- tax_type
4308: , p_currency -- currency

Line 4382: jai_cmn_document_taxes_s.nextval -- doc_tax_id

4378: , last_update_login
4379: )
4380: values
4381: (
4382: jai_cmn_document_taxes_s.nextval -- doc_tax_id
4383: , row_count -- tax_line_no
4384: , rec.tax_id -- tax_id
4385: , rec.tax_type -- tax_type
4386: , p_currency -- currency