DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on FND_GLOBAL

Line 610: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )

606: -- nsrivast, invconv , transaction reason security
607: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
608: OR
609: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
610: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
611: AND
612: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
613: )-- where ends
614: )-- select ends