DBA Data[Home] [Help]

APPS.PA_INVOICE_ACTIONS dependencies on RA_CUST_TRX_TYPES

Line 1592: ra_cust_trx_types typ

1588: CURSOR overapplication_csr IS
1589: SELECT NVL(typ.allow_overapplication_flag,'N')
1590: FROM pa_implementations imp,
1591: ra_batch_sources bs,
1592: ra_cust_trx_types typ
1593: WHERE decode(l_intercompany_flag,'N',imp.invoice_batch_source_id,
1594: imp.cc_ic_ar_batch_source_id) = bs.batch_source_id
1595: and bs.default_inv_trx_type = typ.cust_trx_type_id;
1596: l_overapplication_flag VARCHAR2(1) := 'N';

Line 1637: FROM ra_cust_trx_types typ

1633: x_error_message PA_LOOKUPS.DESCRIPTION%TYPE;
1634:
1635: CURSOR overapplication_csr_2 IS
1636: SELECT NVL(typ.allow_overapplication_flag,'N')
1637: FROM ra_cust_trx_types typ
1638: WHERE typ.cust_trx_type_id = TO_NUMBER(x_trx_type);
1639:
1640: BEGIN
1641: