DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_BOE_DTLS

Line 2247: from JAI_CMN_BOE_DTLS

2243: and ( nvl(boe_amount, 0) - nvl(amount_applied, 0) - nvl(amount_written_off, 0) ) > 0
2244: and ( ( nvl(consolidated_flag, 'Y') = 'Y' )
2245: or
2246: ( exists ( select '1'
2247: from JAI_CMN_BOE_DTLS
2248: where boe_id = jbh.boe_id
2249: and item_number = cp_inventory_item_id
2250: )
2251: )