DBA Data[Home] [Help]

APPS.JAI_PO_PROC_PKG dependencies on JAI_PO_TAX_PKG

Line 99: REM It's just consolidation from jai_po_tax_pkg.Ja_In_Po_Case1

95: REM Bug Number/ER Name : 14040855/JAI Triggers Elimination
96: REM SubProgram Name : process_po_taxes
97: REM Type : processing API
98: REM Purpose : Processing PO's tax defaultatin.
99: REM It's just consolidation from jai_po_tax_pkg.Ja_In_Po_Case1
100: REM and jai_po_tax_pkg.Ja_In_Po_Case2.
101: REM TDD Reference :
102: REM
103: REM Assumptions :

Line 100: REM and jai_po_tax_pkg.Ja_In_Po_Case2.

96: REM SubProgram Name : process_po_taxes
97: REM Type : processing API
98: REM Purpose : Processing PO's tax defaultatin.
99: REM It's just consolidation from jai_po_tax_pkg.Ja_In_Po_Case1
100: REM and jai_po_tax_pkg.Ja_In_Po_Case2.
101: REM TDD Reference :
102: REM
103: REM Assumptions :
104: REM

Line 770: --jai_po_tax_pkg.cal_tax called in LLA while jai_po_tax_pkg.calculate_tax is called in HA

766: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME||l_api_name,'Get v_tax_modified_flag:'||'v_tax_modified_flag:'||nvl(v_tax_modified_flag,'N'));
767: END IF;
768:
769: IF v_line_loc_id IS NOT NULL AND nvl(v_tax_modified_flag,'N') = 'Y' THEN
770: --jai_po_tax_pkg.cal_tax called in LLA while jai_po_tax_pkg.calculate_tax is called in HA
771: /*calculate av and VAT av*/
772: get_assessable_value(
773: pn_vendor_id => v_vendor_id
774: ,pn_vendor_site_id => v_vendor_site_id

Line 830: jai_po_tax_pkg.calc_tax(

826: 'v_item_id'||v_item_id||'v_currency_conv_rate'|| 1/v_currency_conv_rate||'p_func_curr'||v_default_curr);
827:
828: END IF;
829:
830: jai_po_tax_pkg.calc_tax(
831: p_type => 'STANDARDPO',
832: p_header_id => v_po_hdr_id,
833: P_line_id => v_po_line_id,
834: p_line_location_id => v_line_loc_id,

Line 974: REM The main code is like jai_po_tax_pkg.copy_source_taxes.

970: REM Bug Number/ER Name : 14040855/JAI Triggers Elimination
971: REM SubProgram Name : copy_source_taxes
972: REM Type : processing API
973: REM Purpose : Copy Document for defaulting taxes in Quotation to PO and PO to PO.
974: REM The main code is like jai_po_tax_pkg.copy_source_taxes.
975: REM TDD Reference :
976: REM
977: REM Assumptions :
978: REM

Line 1314: REM The main code is like jai_po_tax_pkg.copy_quot_taxes.

1310: REM SubProgram Name : copy_quot_taxes
1311: REM Type : processing API
1312: REM Purpose : Processing PO's tax defaultatin for the PO which
1313: REM has been linked by a quotation, copy taxes from quotation.
1314: REM The main code is like jai_po_tax_pkg.copy_quot_taxes.
1315: REM TDD Reference :
1316: REM
1317: REM Assumptions :
1318: REM

Line 1559: jai_po_tax_pkg.calculate_tax(

1555:
1556: IF ( G_LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1557: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME||l_api_name,G_PKG_NAME||': p_po_hdr_id,'||p_po_hdr_id||'p_po_line_id,'||p_po_line_id||'p_line_loc_id,'||p_line_loc_id);
1558: END IF;
1559: jai_po_tax_pkg.calculate_tax(
1560: p_type => 'STANDARDPO'
1561: ,p_header_id => p_po_hdr_id
1562: ,P_line_id => p_po_line_id
1563: ,p_line_loc_id => p_line_loc_id

Line 1572: /*jai_po_tax_pkg.calc_tax(

1568: ,p_assessable_value => v_assessable_value
1569: ,p_vat_assess_value => v_vat_assess_value
1570: ,p_item_id => v_item_id
1571: );
1572: /*jai_po_tax_pkg.calc_tax(
1573: p_type => 'STANDARDPO',
1574: p_header_id => p_po_hdr_id,
1575: P_line_id => p_po_line_id,
1576: p_line_location_id => p_line_loc_id,

Line 1769: jai_po_tax_pkg.copy_reqn_taxes

1765:
1766: IF nvl(v_override_flag,'N') = 'Y' THEN
1767: delete_po_taxes(pn_po_hdr_id => pn_header_id);
1768:
1769: jai_po_tax_pkg.copy_reqn_taxes
1770: (
1771: v_Vendor_Id ,
1772: v_Vendor_Site_Id,
1773: pn_header_id ,

Line 3479: jai_po_tax_pkg.copy_reqn_taxes(v_vendor_id ,

3475: RETURN;
3476: END IF;
3477: END IF;
3478: IF nvl(v_override_flag,'N') = 'Y' THEN
3479: jai_po_tax_pkg.copy_reqn_taxes(v_vendor_id ,
3480: v_vendor_Site_Id ,
3481: v_Po_Hdr_Id ,
3482: v_Po_Line_Id ,
3483: v_Line_Location_id ,

Line 4325: jai_po_tax_pkg.calculate_tax( 'REQUISITION', v_header_id, v_line_id, -999, -999, -999, ' ', v_line_tax_amount, v_assessable_value,

4321: WHERE Requisition_Header_Id = v_header_id
4322: AND Requisition_Line_Id = v_line_id
4323: AND nvl(Tax_Rate,0) <> 0 and nvl(qty_rate,0) <> 0;
4324: IF ( NVL( r_old_jai_req_line.CURRENCY_CODE, 'INR' ) <> NVL( pr_requisition_line.CURRENCY_CODE,'INR' ) ) THEN
4325: jai_po_tax_pkg.calculate_tax( 'REQUISITION', v_header_id, v_line_id, -999, -999, -999, ' ', v_line_tax_amount, v_assessable_value,
4326: ln_vat_assess_value, NULL, 1/conv_rate);
4327:
4328: ELSE
4329: jai_po_tax_pkg.calc_tax(p_type => 'REQUISITION',

Line 4329: jai_po_tax_pkg.calc_tax(p_type => 'REQUISITION',

4325: jai_po_tax_pkg.calculate_tax( 'REQUISITION', v_header_id, v_line_id, -999, -999, -999, ' ', v_line_tax_amount, v_assessable_value,
4326: ln_vat_assess_value, NULL, 1/conv_rate);
4327:
4328: ELSE
4329: jai_po_tax_pkg.calc_tax(p_type => 'REQUISITION',
4330: p_header_id => v_header_id,
4331: P_line_id => v_line_id,
4332: p_line_location_id => NULL,
4333: p_line_focus_id => NULL,

Line 4679: jai_po_tax_pkg.calc_tax(p_type => 'REQUISITION_BLANKET',

4675: FETCH Fetch_Uom_Code_Cur INTO v_uom_code;
4676: CLOSE Fetch_Uom_Code_Cur;
4677:
4678:
4679: jai_po_tax_pkg.calc_tax(p_type => 'REQUISITION_BLANKET',
4680: p_header_id => pr_requisition_line.BLANKET_PO_HEADER_ID,
4681: p_requisition_line_id => pr_requisition_line.Requisition_Line_Id ,
4682: P_line_id => v_po_line_id,
4683: p_line_location_id => v_line_location_id,

Line 5379: jai_po_tax_pkg.calculate_tax( 'STANDARDPO',

5375:
5376: END IF;
5377: v_tax_amt := NULL;
5378:
5379: jai_po_tax_pkg.calculate_tax( 'STANDARDPO',
5380: v_po_hdr_id ,
5381: v_po_line_id,
5382: v_line_loc_id,
5383: v_quantity,

Line 5393: /* jai_po_tax_pkg.calc_tax(

5389: v_item_id,
5390: 1/v_curr_conv_factor );
5391:
5392:
5393: /* jai_po_tax_pkg.calc_tax(
5394: p_type => 'STANDARDPO',
5395: p_header_id => v_po_hdr_id,
5396: P_line_id => v_po_line_id,
5397: p_line_location_id => v_line_loc_id,

Line 6059: /* jai_po_tax_pkg.calculate_tax

6055: );
6056:
6057:
6058:
6059: /* jai_po_tax_pkg.calculate_tax
6060: ( 'STANDARDPO', v_po_hdr_id , v_po_line_id, v_line_loc_id,
6061: v_qty, v_qty*v_temp_price, v_uom_code,v_tax_amt1,
6062: v_assessable_value, ln_vat_assess_value, NULL, 1/v_curr_conv_factor
6063: ); */

Line 6065: jai_po_tax_pkg.calc_tax(

6061: v_qty, v_qty*v_temp_price, v_uom_code,v_tax_amt1,
6062: v_assessable_value, ln_vat_assess_value, NULL, 1/v_curr_conv_factor
6063: ); */
6064:
6065: jai_po_tax_pkg.calc_tax(
6066: p_type => 'STANDARDPO',
6067: p_header_id => v_po_hdr_id,
6068: P_line_id => v_po_line_id,
6069: p_line_location_id => v_line_loc_id,

Line 6272: /* jai_po_tax_pkg.calculate_tax( 'RELEASE', p_line_loc_id, p_line_id, v_line_loc_id,

6268:
6269: Tax_Amount := v_unit_price * p_qty;
6270:
6271: -- Pass Line_Location_Id in place of Header_Id in procedure Cal_Tax.
6272: /* jai_po_tax_pkg.calculate_tax( 'RELEASE', p_line_loc_id, p_line_id, v_line_loc_id,
6273: p_qty, v_unit_price * p_qty, v_uom_code,
6274: Tax_Amount, v_assessable_value,ln_vat_assess_value, NULL, 1/v_curr_conv_factor
6275: , pv_retroprice_changed
6276: ); */

Line 6278: jai_po_tax_pkg.calc_tax(

6274: Tax_Amount, v_assessable_value,ln_vat_assess_value, NULL, 1/v_curr_conv_factor
6275: , pv_retroprice_changed
6276: ); */
6277:
6278: jai_po_tax_pkg.calc_tax(
6279: p_type => 'RELEASE',
6280: p_header_id => p_line_loc_id,
6281: P_line_id => p_line_id,
6282: p_line_location_id => v_line_loc_id,

Line 7277: jai_po_tax_pkg.copy_reqn_taxes

7273:
7274: IF nvl(v_override_flag,'N') = 'Y' THEN
7275: delete_po_taxes(pn_po_hdr_id => ln_po_header_id);
7276:
7277: jai_po_tax_pkg.copy_reqn_taxes
7278: (
7279: ln_vendor_id ,
7280: v_Vendor_Site_Id,
7281: ln_po_header_id ,

Line 7777: jai_po_tax_pkg.copy_reqn_taxes(v_vendor_id ,

7773: RETURN;
7774: END IF;
7775: END IF;
7776: IF nvl(v_override_flag,'N') = 'Y' THEN
7777: jai_po_tax_pkg.copy_reqn_taxes(v_vendor_id ,
7778: v_vendor_Site_Id ,
7779: v_Po_Hdr_Id ,
7780: v_Po_Line_Id ,
7781: v_Line_Location_id ,

Line 8810: jai_cmn_utils_pkg.write_fnd_log_msg('B13440775','14. jai_po_tax_pkg.calculate_tax. ' );

8806:
8807: END IF;
8808: v_tax_amt := NULL;
8809:
8810: jai_cmn_utils_pkg.write_fnd_log_msg('B13440775','14. jai_po_tax_pkg.calculate_tax. ' );
8811:
8812: jai_po_tax_pkg.calculate_tax( 'STANDARDPO',
8813: v_po_hdr_id ,
8814: v_po_line_id,

Line 8812: jai_po_tax_pkg.calculate_tax( 'STANDARDPO',

8808: v_tax_amt := NULL;
8809:
8810: jai_cmn_utils_pkg.write_fnd_log_msg('B13440775','14. jai_po_tax_pkg.calculate_tax. ' );
8811:
8812: jai_po_tax_pkg.calculate_tax( 'STANDARDPO',
8813: v_po_hdr_id ,
8814: v_po_line_id,
8815: v_line_loc_id,
8816: v_quantity,