DBA Data[Home] [Help]

APPS.ARP_CT_PKG dependencies on ARP_ETAX_UTIL

Line 4909: | arp_etax_util.global_document_update. |

4905: | |
4906: | DESCRIPTION |
4907: | This procedure updates the ra_customer_trx row identified by the |
4908: | p_customer_trx_id parameter. It calls update_p, then
4909: | arp_etax_util.global_document_update. |
4910: | |
4911: | SCOPE - PUBLIC |
4912: | |
4913: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |

Line 4944: arp_etax_util.global_document_update(p_customer_trx_id,

4940: /* Call update_p to carry out the actual update */
4941: update_p(p_trx_rec, p_customer_trx_id);
4942:
4943: /* Call GDU to notify etax of the print event */
4944: arp_etax_util.global_document_update(p_customer_trx_id,
4945: null,
4946: 'PRINT');
4947: EXCEPTION
4948: WHEN OTHERS THEN

Line 6840: l_success := arp_etax_util.get_event_information(

6836: WHEN OTHERS THEN
6837: arp_util.debug('arp_ct_pkd.update_tax - exception for select');
6838: END;
6839:
6840: l_success := arp_etax_util.get_event_information(
6841: p_customer_trx_id => p_customer_trx_id,
6842: p_action => 'UPDATE',
6843: p_event_class_code => l_event_class_code,
6844: p_event_type_code => l_event_type_code);

Line 6865: arp_etax_util.get_default_tax_classification(

6861: | tax code |
6862: +------------------------------------------------*/
6863:
6864:
6865: arp_etax_util.get_default_tax_classification(
6866: p_ship_to_site_use_id => p_ship_to_site_use_id,
6867: p_bill_to_site_use_id => p_bill_to_site_use_id,
6868: p_inv_item_id => line.inventory_item_id,
6869: p_org_id => l_organization_id,

Line 6916: arp_etax_util.get_default_tax_classification(

6912: | Call Tax API to get the value of vat_tax_id |
6913: +------------------------------------------------*/
6914:
6915: IF (l_tax_calculation_flag = 'Y') THEN
6916: arp_etax_util.get_default_tax_classification(
6917: p_ship_to_site_use_id => p_ship_to_site_use_id,
6918: p_bill_to_site_use_id => p_bill_to_site_use_id,
6919: p_inv_item_id => line.inventory_item_id,
6920: p_org_id => l_organization_id,