DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on RA_CUST_TRX_TYPES

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

1112: --
1113: -- PROCEDURE NAME: get_trx_type_ccids
1114: --
1115: -- DECSRIPTION:
1116: -- Retrieves default ccids from the table ra_cust_trx_types
1117: -- for a given trx type.
1118: --
1119: -- ARGUMENTS:
1120: -- IN:

Line 1198: FROM ra_cust_trx_types

1194: p_ccid_tax,
1195: p_ccid_unbill,
1196: p_ccid_unearn,
1197: p_ccid_suspense
1198: FROM ra_cust_trx_types
1199: WHERE cust_trx_type_id = p_trx_type_id;
1200:
1201: -- update cache
1202: trx_type_rev_t( p_trx_type_id ) := p_ccid_rev;

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

4371: ELSIF( l_tbl is NOT NULL ) THEN
4372: --
4373: -- table-based
4374: --
4375: IF( l_tbl = 'RA_CUST_TRX_TYPES' ) THEN
4376: --
4377: -- For all account classes except REC
4378: --
4379: IF p_account_class in (REV, CHARGES) THEN