DBA Data[Home] [Help]

APPS.AR_RAXCBR_XMLP_PKG dependencies on RA_INTERFACE_LINES

Line 148: from ra_interface_lines i,

144: select NVL(oe_amount,0) +
145: NVL( SUM(NVL(i.promised_commitment_amount,
146: i.amount)), 0)
147: into oe_amount
148: from ra_interface_lines i,
149: ra_customer_trx_lines l
150: where nvl(interface_status,
151: 'A') <> 'P'
152: and i.line_type = 'LINE'