DBA Data[Home] [Help]

APPS.ARP_CT_PKG dependencies on ARP_ETAX_UTIL

Line 3566: | arp_etax_util.global_document_update. |

3562: | |
3563: | DESCRIPTION |
3564: | This procedure updates the ra_customer_trx row identified by the |
3565: | p_customer_trx_id parameter. It calls update_p, then
3566: | arp_etax_util.global_document_update. |
3567: | |
3568: | SCOPE - PUBLIC |
3569: | |
3570: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |

Line 3601: arp_etax_util.global_document_update(p_customer_trx_id,

3597: /* Call update_p to carry out the actual update */
3598: update_p(p_trx_rec, p_customer_trx_id);
3599:
3600: /* Call GDU to notify etax of the print event */
3601: arp_etax_util.global_document_update(p_customer_trx_id,
3602: null,
3603: 'PRINT');
3604: EXCEPTION
3605: WHEN OTHERS THEN

Line 5494: l_success := arp_etax_util.get_event_information(

5490: WHEN OTHERS THEN
5491: arp_util.debug('arp_ct_pkd.update_tax - exception for select');
5492: END;
5493:
5494: l_success := arp_etax_util.get_event_information(
5495: p_customer_trx_id => p_customer_trx_id,
5496: p_action => 'UPDATE',
5497: p_event_class_code => l_event_class_code,
5498: p_event_type_code => l_event_type_code);

Line 5519: arp_etax_util.get_default_tax_classification(

5515: | tax code |
5516: +------------------------------------------------*/
5517:
5518:
5519: arp_etax_util.get_default_tax_classification(
5520: p_ship_to_site_use_id => p_ship_to_site_use_id,
5521: p_bill_to_site_use_id => p_bill_to_site_use_id,
5522: p_inv_item_id => line.inventory_item_id,
5523: p_org_id => l_organization_id,

Line 5570: arp_etax_util.get_default_tax_classification(

5566: | Call Tax API to get the value of vat_tax_id |
5567: +------------------------------------------------*/
5568:
5569: IF (l_tax_calculation_flag = 'Y') THEN
5570: arp_etax_util.get_default_tax_classification(
5571: p_ship_to_site_use_id => p_ship_to_site_use_id,
5572: p_bill_to_site_use_id => p_bill_to_site_use_id,
5573: p_inv_item_id => line.inventory_item_id,
5574: p_org_id => l_organization_id,