DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_BOE_DTLS

Line 1919: from JAI_CMN_BOE_DTLS

1915: and ( nvl(boe_amount, 0) - nvl(amount_applied, 0) - nvl(amount_written_off, 0) ) > 0
1916: and ( ( nvl(consolidated_flag, 'Y') = 'Y' )
1917: or
1918: ( exists ( select '1'
1919: from JAI_CMN_BOE_DTLS
1920: where boe_id = jbh.boe_id
1921: and item_number = cp_inventory_item_id
1922: )
1923: )