DBA Data[Home] [Help]

APPS.ARP_STANDARD dependencies on RA_CUST_TRX_TYPES

Line 2498: SELECT 'x' from ra_customer_trx_lines line, ra_customer_trx hdr, ra_cust_trx_types type

2494: /* previous customer_trx_id and trx_line_id for tax records if */
2495: /* autoaccounting is to work. Using 10SC the tax views will */
2496: /* allways return a previous_customer_trx_line_id for applied trx */
2497:
2498: SELECT 'x' from ra_customer_trx_lines line, ra_customer_trx hdr, ra_cust_trx_types type
2499: where line.customer_trx_id = hdr.customer_trx_id
2500: and line.customer_trx_line_id = p_customer_trx_line_id
2501: and hdr.previous_customer_trx_id is not null
2502: and hdr.cust_trx_type_id = type.cust_trx_type_id