DBA Data[Home] [Help]

APPS.JAI_OPEN_API_PKG dependencies on JAI_CMN_DOCUMENT_TAXES_S

Line 8606: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%TYPE DEFAULT NULL

8602: p_vat_assessable_value NUMBER DEFAULT 0
8603: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
8604: , 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
8605: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%TYPE DEFAULT NULL
8606: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%TYPE DEFAULT NULL
8607: , p_source_table_name jai_cmn_document_taxes.source_table_name%TYPE DEFAULT NULL
8608: , p_action VARCHAR2 DEFAULT NULL
8609: /** End bug 5631784 */
8610: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13

Line 8607: , p_source_table_name jai_cmn_document_taxes.source_table_name%TYPE DEFAULT NULL

8603: /** bgowrava for forward porting bug#5631784,Following parameters are added for TCS enh.*/
8604: , 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
8605: , p_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%TYPE DEFAULT NULL
8606: , p_source_trx_type jai_cmn_document_taxes.source_doc_type%TYPE DEFAULT NULL
8607: , p_source_table_name jai_cmn_document_taxes.source_table_name%TYPE DEFAULT NULL
8608: , p_action VARCHAR2 DEFAULT NULL
8609: /** End bug 5631784 */
8610: , pv_retroprice_changed IN VARCHAR2 DEFAULT 'N' --Added by Kevin Cheng for Retroactive Price 2008/01/13
8611: , p_modified_by_agent_flag po_requisition_lines_all.modified_by_agent_flag%TYPE DEFAULT NULL /*Added for Bug 8241905*/

Line 10854: USING jai_cmn_document_taxes_s.nextval

10850: v_modvat_flag := 'N';
10851: END IF;
10852:
10853: EXECUTE IMMEDIATE lv_insert_jai_ap_tax_sql
10854: USING jai_cmn_document_taxes_s.nextval
10855: , tax_lines_rec.lno
10856: , tax_lines_rec.tax_id
10857: , tax_lines_rec.tax_type
10858: , 'INR'