DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_CTL_PKG

Line 1228: arp_ctl_pkg.fetch_p(l_old_line_rec, p_customer_trx_line_id);

1224: /*-----------------------------------------+
1225: | Fetch the old record from the database |
1226: +-----------------------------------------*/
1227:
1228: arp_ctl_pkg.fetch_p(l_old_line_rec, p_customer_trx_line_id);
1229:
1230: /*--------------------------------------------------+
1231: | Compare the fetched record with the new record |
1232: +--------------------------------------------------*/

Line 1439: arp_ctl_pkg.delete_p( tax.customer_trx_line_id );

1435: /*********************************************************************
1436: | Call the table handler to delete the tax record |
1437: *********************************************************************/
1438:
1439: arp_ctl_pkg.delete_p( tax.customer_trx_line_id );
1440:
1441:
1442: END LOOP;
1443: arp_util.debug('ARP_ETAX_SERVICES_PKG.delete_tax_f_ctl_id()-');