DBA Data[Home] [Help]

APPS.ARP_TRX_VALIDATE dependencies on ARP_BAL_UTIL

Line 1418: To prevent this, we added a call to arp_bal_util to

1414: gets exhausted before last invoice is created) or if
1415: you leave invoices incomplete with a commitment assigned
1416: to them.
1417:
1418: To prevent this, we added a call to arp_bal_util to
1419: get the commitment balance at that moment. If it is
1420: exhausted, we will flag an error. */
1421:
1422: BEGIN

Line 1426: arp_bal_util.get_commitment_balance(

1422: BEGIN
1423: oe_profile.get( 'SO_SOURCE_CODE', l_so_source_code );
1424:
1425: SELECT 'invoice date is ok',
1426: arp_bal_util.get_commitment_balance(
1427: p_initial_customer_trx_id,
1428: tt.TYPE,
1429: l_so_source_code,
1430: 'N')

Line 2697: | arp_bal_util.get_commitment_balance |

2693: | |
2694: | SCOPE - PUBLIC |
2695: | |
2696: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
2697: | arp_bal_util.get_commitment_balance |
2698: | arp_ct_pkg.fetch_p |
2699: | arp_non_db_pkg.check_creation_sign |
2700: | arp_non_db_pkg.check_natural_application |
2701: | arp_trx_global.profile_info.use_inv_acct_for_cm_flag |