DBA Data[Home] [Help]

APPS.ARP_TRX_VALIDATE dependencies on ARP_BAL_UTIL

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

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

Line 1429: arp_bal_util.get_commitment_balance(

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

Line 2700: | arp_bal_util.get_commitment_balance |

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