DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on RA_CUST_TRX_TYPES

Line 1112: -- Retrieves default ccids from the table ra_cust_trx_types

1108: --
1109: -- PROCEDURE NAME: get_trx_type_ccids
1110: --
1111: -- DECSRIPTION:
1112: -- Retrieves default ccids from the table ra_cust_trx_types
1113: -- for a given trx type.
1114: --
1115: -- ARGUMENTS:
1116: -- IN:

Line 1194: FROM ra_cust_trx_types

1190: p_ccid_tax,
1191: p_ccid_unbill,
1192: p_ccid_unearn,
1193: p_ccid_suspense
1194: FROM ra_cust_trx_types
1195: WHERE cust_trx_type_id = p_trx_type_id;
1196:
1197: -- update cache
1198: trx_type_rev_t( p_trx_type_id ) := p_ccid_rev;

Line 4348: IF( l_tbl = 'RA_CUST_TRX_TYPES' ) THEN

4344: ELSIF( l_tbl is NOT NULL ) THEN
4345: --
4346: -- table-based
4347: --
4348: IF( l_tbl = 'RA_CUST_TRX_TYPES' ) THEN
4349: --
4350: -- For all account classes except REC
4351: --
4352: IF p_account_class in (REV, CHARGES) THEN