DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on FND_GLOBAL

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

1075: -- nsrivast, invconv , transaction reason security
1076: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
1077: OR
1078: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
1079: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
1080: AND
1081: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
1082: )-- where ends
1083: )-- select ends