DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_AA_HISTORY_PKG

Line 2589: | arp_aa_history_pkg.insert_p - approval history table insert table |

2585: | |
2586: | SCOPE - PUBLIC |
2587: | |
2588: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
2589: | arp_aa_history_pkg.insert_p - approval history table insert table |
2590: | handler |
2591: | |
2592: | ARGUMENTS : IN: |
2593: | p_adj_id - Id of row to be reversed |

Line 2701: arp_aa_history_pkg.insert_p( l_aah_rec, l_aah_id );

2697:
2698: IF PG_DEBUG in ('Y', 'C') THEN
2699: arp_util.debug( 'before insert_p for ar_approval_action_history');
2700: END IF;
2701: arp_aa_history_pkg.insert_p( l_aah_rec, l_aah_id );
2702:
2703: -- If status of adj == R, then there is no need to create an opposing
2704: -- Approved adj. In fact, in this case you dont have to do anything
2705: -- Otherwise, create an opposing adj with status = A