DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on FND_GLOBAL

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

628: -- nsrivast, invconv , transaction reason security
629: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
630: OR
631: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
632: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
633: AND
634: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
635: )-- where ends
636: )-- select ends