DBA Data[Home] [Help]

APPS.AR_ADJUST_PUB dependencies on ARP_ADJUSTMENTS_PKG

Line 2877: arp_adjustments_pkg.fetch_p (

2873: /*------------------------------------------------+
2874: | Fetch details of the old adjustment record |
2875: +------------------------------------------------*/
2876: BEGIN
2877: arp_adjustments_pkg.fetch_p (
2878: l_old_adj_rec,
2879: p_old_adjust_id
2880: );
2881: EXCEPTION

Line 3297: arp_adjustments_pkg.fetch_p (

3293: | Fetch details of the old adjustment record |
3294: +------------------------------------------------*/
3295: BEGIN
3296:
3297: arp_adjustments_pkg.fetch_p (
3298: l_adj_rec,
3299: p_old_adjust_id
3300: );
3301: EXCEPTION

Line 3891: arp_adjustments_pkg.fetch_p (

3887: | Fetch details of the old adjustment record |
3888: +------------------------------------------------*/
3889: BEGIN
3890:
3891: arp_adjustments_pkg.fetch_p (
3892: l_old_adj_rec,
3893: p_old_adjust_id
3894: );
3895: