DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_LOV dependencies on MTL_TRANS_REASON_SECURITY

Line 936: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs

932: AND reason_name LIKE (p_concat_segments)
933: -- nsrivast, invconv , transaction reason security
934: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
935: OR
936: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
937: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
938: AND
939: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
940: )-- where ends

Line 1532: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs

1528: AND reason_name LIKE p_concat_segments || '%'
1529: -- nsrivast, invconv , transaction reason security
1530: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
1531: OR
1532: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
1533: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
1534: AND
1535: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
1536: )-- where ends

Line 1565: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs

1561: AND reason_name LIKE p_concat_segments || '%'
1562: -- nsrivast, invconv , transaction reason security
1563: AND ( NVL ( fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N'
1564: OR
1565: reason_id IN (SELECT reason_id FROM mtl_trans_reason_security mtrs
1566: WHERE(( responsibility_id = fnd_global.resp_id OR NVL(responsibility_id, -1) = -1 )
1567: AND
1568: ( mtrs.transaction_type_id = p_txn_type_id OR NVL(mtrs.transaction_type_id, -1) = -1 )
1569: )-- where ends