DBA Data[Home] [Help]

APPS.AR_ADJUSTAPI_PUB dependencies on ARP_ADJUSTMENTS_PKG

Line 1534: arp_adjustments_pkg.fetch_p (

1530: | Fetch details of the old adjustment record |
1531: +------------------------------------------------*/
1532: BEGIN
1533:
1534: arp_adjustments_pkg.fetch_p (
1535: l_old_adj_rec,
1536: p_old_adjust_id
1537: );
1538:

Line 1921: arp_adjustments_pkg.fetch_p (

1917: | Fetch details of the old adjustment record |
1918: +------------------------------------------------*/
1919: BEGIN
1920:
1921: arp_adjustments_pkg.fetch_p (
1922: l_old_adj_rec,
1923: p_old_adjust_id
1924: );
1925: EXCEPTION

Line 2369: arp_adjustments_pkg.fetch_p (

2365: | Fetch details of the old adjustment record |
2366: +------------------------------------------------*/
2367: BEGIN
2368:
2369: arp_adjustments_pkg.fetch_p (
2370: l_old_adj_rec,
2371: p_old_adjust_id
2372: );
2373: