DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_AA_HISTORY_PKG

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

3013: | |
3014: | SCOPE - PUBLIC |
3015: | |
3016: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
3017: | arp_aa_history_pkg.insert_p - approval history table insert table |
3018: | handler |
3019: | |
3020: | ARGUMENTS : IN: |
3021: | p_adj_id - Id of row to be reversed |

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

3189:
3190: IF PG_DEBUG in ('Y', 'C') THEN
3191: arp_util.debug( 'before insert_p for ar_approval_action_history');
3192: END IF;
3193: arp_aa_history_pkg.insert_p( l_aah_rec, l_aah_id );
3194:
3195: -- If status of adj == R, then there is no need to create an opposing
3196: -- Approved adj. In fact, in this case you dont have to do anything
3197: -- Otherwise, create an opposing adj with status = A