DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_CTL_PKG

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

1458: /*-----------------------------------------+
1459: | Fetch the old record from the database |
1460: +-----------------------------------------*/
1461:
1462: arp_ctl_pkg.fetch_p(l_old_line_rec, p_customer_trx_line_id);
1463:
1464: /*--------------------------------------------------+
1465: | Compare the fetched record with the new record |
1466: +--------------------------------------------------*/

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

1669: /*********************************************************************
1670: | Call the table handler to delete the tax record |
1671: *********************************************************************/
1672:
1673: arp_ctl_pkg.delete_p( tax.customer_trx_line_id );
1674:
1675:
1676: END LOOP;
1677: arp_util.debug('ARP_ETAX_SERVICES_PKG.delete_tax_f_ctl_id()-');